Frontend development will be on the Chrome extension itself. Below are the VueJS components to be developed.
- Login Page
- User Content Page with Bookmarking and Search functionality
- Background script with event listeners
The backend tasks are broken into several tasks.
TODO: @samiul
Check backend/contents.py file.
Check backend/search.py file.
TODO: @samiul to define the tasks @grace and @yingchen to implement
/registerFor registering a new user/authFor authenticating an user/addFor adding a new bookmark for an user/searchFor searching
TODO: @samiul