Suite of tools to empower students in their studies.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^3.478.0^3.484.0>=4.29.3^0.26.9^3.3.3^1.0.5^1.0.4^2.1.5^1.0.5^2.0.2^1.0.7^1.0.5^1.0.2^1.1.5^1.0.7^0.7.1^4.36.1^4.36.1^8.13.2^10.43.6^10.43.6^10.43.6^10.43.6^0.7.0^2.1.0^0.2.0^3.3.1^1.11.10^10.1.0^3.1.3^0.303.0^14.0.3^0.2.118.2.0^8.10.018.2.0^7.49.2^1.0.8^0.0.1^1.3.1^2.2.1^2.2.0^1.0.7^2.9.5^3.22.4^6.0.1^14.0.3^6.4.2^14.2.1^8.44.7^29.5.12^18.17.0^18.2.37^18.2.15^6.11.0^6.11.0^10.4.14^13.6.4^8.54.0^29.7.0^29.7.0^8.4.31^3.1.0^0.5.7^3.3.5^10.9.2^5.3.3^5.90.098
commits
Made the calendar grid page layout more responsive by fixing the elements other than the calendar so they are not accidentally scrolled
748e47bView on GitHubRefactored topic session body to explicitly call the closePopup method provided by the calendar popup context when clicked
63fb011View on GitHubFixed 1 off day error when clicking on a grid column and opening up the popup
484be37View on GitHubImplemented a check in the topic session update form to prevent update requests being sent when no properties have been changed
3e1c061View on GitHubFixed the incorrect usage of the cursor in the get topic sessions paginated endpoint (it was using the entire object instead of the last SK). Also, injected the fetchNextPage and fetchPreviousPage functions into the session table.
bff599bView on GitHubimplemented pagination for the data table display, sortable columns, and selectable rows
c710e34View on GitHubCreated a new endpoint to support paginated querying for topic sessions.
70e7021View on GitHubMoved sessionsToSessionTableItems function to utils file
b1ef3f5View on GitHubImplemented a simple data-table to view past topic sessions
cdac7a7View on GitHubWrote tests to ensure the correct date bounds are set, fixed the issue causing the datebounds to be 1 week ahead of what they should be on sundays.
0eabf4bView on GitHubFixed sidebar button tooltip text rendering under the calendar. Fixed the topic create endpoint incorrectly returning all items regardless of the item type.
b0f9b6cView on GitHubFixed the issue with topic sessions occasionally not resizing properly due to reacts async updates
b383ad1View on GitHubRemoved some unnecessary useCalendarGridContext calls in favor of passing data through props. Pinpointed the isssue causing incorrect width & offset recalculation
7c43322View on GitHubAdded ref to topic-session-manager topic-selector menu componen t
d00776cView on GitHub