* Add create user endpoint and update model/entity
* Add next route for adding user and add functionality for user table
* Connect create item to backend and add associated frontend routes
* Implement 'Create New' button and fix no tags bug
* Implement local state editting when creating new element
* Add defaults when no tags
* Reset tags whenever new item is created
* initial layout component but in sidebar only
* loading for sign out
* Add loading functionality for changing pages
---------
Co-authored-by: emmalynf <efoster@unc.edu>
* Redesign landing page
A bit empty right now, functionality non-existent
* Create search bar and filter pills
Not tied to any functionality at the moment, however
* Implement search result component
Searching not yet added, sample results added for testing
* Move ref in FilterPill to allow closing by clicking pill
Clicking on the pill would reopen the dropdown; it closes properly now
* Refactor Sidebar.tsx (for /resource)
Will look weird on other pages.
* Move sidebar open button into Sidebar.tsx, apply to other pages
Significantly reduces boilerplate of sidebar on pages where it is used.
* Set sidebar to be open by default
* Minor code formatting
* Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags.
* Updated main.py for API routes to include tags and rolled entities back.
* Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id.
* Defaults created_at to current time
* Write markdown file for HTTP requests using curl
---------
Co-authored-by: pmoharana-cmd <pmoharana032474@gmail.com>
* Implement Resource service, tests, and test data with 97% coverage.
* Update slug service to return empty list and corresponding tests
* Update resource update tests to grab resource by id from the db to check
* Created mock/test table and resource page to see if implementation works
* Fixed typing for TagsInput
* cleaned up imports
* Started moving data manipulation into Table
* moved data manipulation logic into Table
* added useTagsHandler custom hook to consolidate getTagColor and presetOptions state into one function
* Fixed type errors for RowOpenAction
* Refactored ServiceIndex
* Refactored user table
* Updated imports and client facing routes
* added documentation for table components
* Added documentation for TagsHandler
* small changes for cleaner code
* refactored typing for tables. More work needs to be done to ensure tables are overall working properly
* added todo
* updated client paths with new table props
* alterned handleRowUpdate to only use setData
* diverted responsibility of handleRowChange to Drawer instead of Table to remove repetition
* updated documentation
* added sorting util function to Table.tsx to reduce repetition
* Edited sorting func to be more comaptible and edited hideData to be more concise
* formatting
* updated imports
* updated tags for all tables
* removed DataPoint dependecy from User, Service, and Resource models as it was unnecesary
* Added inline documentation to table components
* added documentation for DataPoint model
* Update package-lock.json