Implement Version 1.0.0
rebel-l opened this issue · comments
Lars Gaubisch commented
For the first version there are the following requirements:
- register/login/forget password form/process
- account management
- creating/editing/managing shopping list
- managing shopping templates
- adding friends
- do/go shopping
- administration of categories/articles/users
These requirements are shown in the wireframes:
To implement all these requirements, several microservices are needed:
- Account Service (register,login, forget password, account management)
- Article & Category Service (depends account service)
- Friend Service (depends account service)
- Shopping List Service (depends account, friend, article & category service)
Lars Gaubisch commented
- Need Yarn support for SiSa
- Install ReactJS with Yarn