Functionality and MVP - aedimoff/BusyBee GitHub Wiki
Functionality & MVP
- User authorization: sign up and log in
- CRUD: users, favorites
- Interactive map utilizing Google map API, search functionality
- User interface (main page) - retrieve currentUser activities when mainpage mounts, puts them in state, renders
- Selectable activities, two views for selected and not selected
- Parameters for route optimization: add time filters for availability, ability to add preference for order of completion.
- Backend takes a list of activities and filter parameters, returns an array of order of activity and start and end time.
- Production README