Skip to content

Conversation

@naasanov
Copy link
Collaborator

@naasanov naasanov commented Jan 2, 2026

Changed naming and types across the whole codebase for consistency and clarity

Changes:

  • In the backend (23ab566)
    • The major change was naming DTO models appropriately (e.g. Student -> StudentDto)
    • Renamed generic model conversion methods (e.g. to_model -> to_dto, from_model -> from_data)
  • In the frontend (b1c4f6c)
    • Reverted frontend API DTO types back to snake case. The conversions were just not worth it.
    • Changed table create edit forms naming to be more concise (e.g. AccountTableCreateEditForm -> AccountTableForm)

Closes #122
Closes #135

Base automatically changed from postgres-tests to main January 7, 2026 18:32
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Test Results Summary

302 tests  ±0   302 ✅ ±0   11s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit ba39c34. ± Comparison against base commit b5f336b.

@naasanov naasanov merged commit e3de737 into main Jan 7, 2026
2 checks passed
@naasanov naasanov deleted the nick/name-refactor branch January 7, 2026 18:41
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.

Backend Naming Scheme Refactor Frontend Service/Types Refactor

2 participants