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
/register
For registering a new user/auth
For authenticating an user/add
For adding a new bookmark for an user/search
For searching
TODO: @samiul