rebel-l / shop-friend-webapp

This is the responsive web frontend for the ShopFriend app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Version 1.0.0

rebel-l opened this issue · comments

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:

scs-wireframe-shoppinglist

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)
  • Need Yarn support for SiSa
  • Install ReactJS with Yarn