#949-fix-alphabetical-order #957

Merged
a22erigr merged 3 commits from #949-fix-cards-in-alphabetical-order into team_2_week_6 2026-05-15 10:05:16 +00:00
Collaborator

Changes:
Updated AddCardModal sorting to use translated titles so cards are displayed in alphabetical order.

Changes: Updated AddCardModal sorting to use translated titles so cards are displayed in alphabetical order.
Author
Collaborator
No description provided.
Collaborator

Review on #921

Whats done

Tested on Mac using Chrome

  • App starts!
  • When adding cards they are now sorted alphabetically.

Inspected following files

  • frontend/src/features/addCardModal/AddCardModal.js
    • Indentation/code styling
      • Indentation looks good!
    • CSS standard
      • Line 232 is slightly wrong: "className={styles.error}" should be: "className={styles['error']}" instead
    • Naming convention
      • Follows naming convention
    • Comments
      • Good
    • General code quality
      • Good

What needs to be done

  • Fix line 232

Conclusion

  • Ready to be merged after the small fix
# Review on #921 ## Whats done ### Tested on Mac using Chrome + App starts! + When adding cards they are now sorted alphabetically. ### Inspected following files + frontend/src/features/addCardModal/AddCardModal.js + Indentation/code styling + Indentation looks good! + CSS standard + Line 232 is slightly wrong: "className={styles.error}" should be: "className={styles['error']}" instead + Naming convention + Follows naming convention + Comments + Good + General code quality + Good ## What needs to be done + Fix line 232 ## Conclusion + Ready to be merged after the small fix
className={styles.error}" -> "className={styles['error']}"
Collaborator

I have personalty tested the code

I have personalty tested the code
a22erigr merged commit a29e4a8917 into team_2_week_6 2026-05-15 10:05:16 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!957
No description provided.