User Tools

Site Tools


sweater:implementation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sweater:implementation [2019/03/04 20:18] – created mithatsweater:implementation [2019/03/05 03:06] (current) – [Sweater Implementation] mithat
Line 1: Line 1:
 ====== Sweater Implementation ====== ====== Sweater Implementation ======
  
-A crucial question we need to know is in what technology the Sweater app should be built with. This selection will ideally depend on the design goals of the project and the "businessneeds of the project. It may also depend on what the development team already knows and what kind of time budget there is for learning new technologies.+A crucial question we need to decide is what technology the Sweater app will be built with. In general, this decision is likely to have a dependencies on the design goals and the business needs of the project. It may also depend on what the development team already knows and what kind of time budget there is for learning new technologies.
  
-The potentially evolving design requirements for the project are discussed [[design|elsewhere]]. Some of the business needs one might need to consider are: +The potentially evolving design requirements for this project are discussed [[design|elsewhere]]. You can (and we will) always start dabbling with implementations before a solid understanding of the design requirements congeals, but if you do so you should be prepared to throw away everything and start again. In fact, no matter what, you should always be prepared to throw away everything and start again! We are constantly spiraling toward wisdom.
-  * How soon must the app ship? +
-  * How important is it that features can be added? +
-  * How important is it that the styling can be changed?+
  
 +Some of the business needs you might need to consider in a project include:
 +  * How soon must it ship?
 +  * How important is it that new features can be added?
 +  * How important is it that the UI/styling can be changed?
 +
 +For Sweater, I am going to say that the app needs to ship only as soon as it's ready, but preferably not before another major JavaScript release. I'm also going to say that the app will always be simple -- that's its main draw! So adding a lot of new features will be unlikely. Finally, it would be cool if Sweater could wear different sweaters, so it would be nice to design the app's structure to make applying different UI/styling not unreasonable. But this isn't a must-have.
 ===== Choosing technologies ===== ===== Choosing technologies =====
  
-Based on the core concept of the app, some of the available technologies that seem suitable include +Based on the core concept of the app, some of the available technologies that seem suitable include
-  * The Webstack -- including special libraries or frameworks or just plain HTML/CSS/JS.+ 
 +  * The Web, either with or without special libraries or frameworks.
   * Android   * Android
   * iOS   * iOS
 +  * Things like [[https://kivy.org/#home|Kivy]] and [[https://www.qt.io/qt-for-device-creation/|Qt Quick]]
 +  * Desktop-oriented frameworks
  
-Other technologies like [[https://kivy.org/#home|Kivy]], [[https://www.qt.io/qt-for-device-creation/|Qt Quick]], and even desktop-oriented frameworks could also be considered. But for this somewhat contrived example, I will limit our options to the list above. In addition, for the time being, I will decideperhaps arbitrarilyto do an implementation using Web technologies. In the future, this might be accompanied by other implementations for completeness.+For the time being, I will decide perhaps arbitrarily to do an implementation using the Web. In the future, this might be accompanied by other implementations for completeness.
  
 ===== Available implementations ===== ===== Available implementations =====
sweater/implementation.1551730690.txt.gz · Last modified: 2019/03/04 20:18 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki