Skip to content

Conversation

@cammyj1122
Copy link
Contributor

No description provided.

TaylorBrown96 and others added 26 commits October 20, 2025 02:04
Updated AssignReviewer.tsx to normalize persisted data from localStorage, 
ensuring users, teams, participants, and responses always exist as arrays. 
This prevents runtime errors when accessing assignments with stale or 
incomplete data (e.g., id #2).

Changes made:
- AssignReviewer.tsx: added normalizePersist helper and integrated it into 
  persisted state handling.
- App.tsx: removed old AssignReviewer loader import/usage to rely purely on 
  localStorage-driven demo data.
- package.json: updated to reflect dependency adjustments for linting and 
  React hook rules compliance.

No other files were updated in this commit.
Changed "http://localhost:3002/api/v1/" to "http://localhost:3002/"

Reason: Was throwing 404 errors since backend doesnt have api/v1 routing
fix: update frontend baseURL to match backend route changes (removed /api/v1) (expertiza#109)
Assignment reviewer page update
completed create teams page
added edits to create teams page
…ate Teams pages to grab elements for testing.
…AssignReviewer.test.tsx. Returned package.json to original state.
Fixed Create Teams and Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants