Skip to content

unexpectedreboots/unexpectedreboots

Repository files navigation

Stories in Ready

unexpectedreboots

*extension

to add the extension to your chrome browser, go to Settings > Extensions, check the 'Developer mode' box. Click 'Load unpacked extension...' and load the whole extension folder in the project directory

*database endpoints

// Test Routes: no authentication required

*/test/groups/create expects: {groupName, owner} (Used in GroupPanel.jsx) */test/groups/add expects: {groupID, username, newMember} (Used in UserPanel.jsx) */test/groups/users expects: {groupID} (Used in UserPanel.jsx) */test/groups/markups expects: {groupID} (Used in MarkupPannel.jsx) */test/groups/sites

*/test/users/groups expects: {username} (Used in GroupPanel.jsx) */test/users/markups expects: {usename} (Used in MarkupPannel.jsx)

*/test/markups/create */test/markups/share

*/test/websites/create */test/websites/share

  • The struscure of the react components that make the dashboard HomeView GroupView

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published