-
Notifications
You must be signed in to change notification settings - Fork 1
Front End Development
DanielLyubin edited this page Jun 23, 2018
·
5 revisions
One of the main requirements of our customer was to create a very modular system, so it could be easily expanded in the future by other developers. To keep that requirement, we used the Angular framework for developing the Front-End. The Angular framework gives a very modular design of programming using its components. (Further reading can be done here).
Another big issue was creating a modular system, so a new code could be injected in an effortless way. Suppose the manager wants to add a new type of question, as for now we support only 4 types of questions. In the future there could be a lot of types of question and it is should be possible to add new types in a very easy way. A guide for this purpose is described here.