akai-org / akai-org/put-wiki

Rename User aggregate root to Student

Aperta
#150 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
area:backend simple type:task
Lingua principale
TypeScript
Stelle
6
Fork
3
Merge medio
3g 17h
PR unite (30g)
15

Descrizione

## Summary
Currently in domain layer aggregate responsible for managing users uses `User` naming (folder which contains everything related to aggregate is `Users` and aggregate root is `User`). But `Student` naming gives better semantics in code (we are concerned only about student users). Therefore refactoring is needed.

## [Acceptance criteria](https://www.atlassian.com/work-management/project-management/acceptance-criteria)
- [ ] Rename diretories, files from User/Users to Student/Students
- [ ] make sure that all tests, variables, comments, etc use new naming
- [ ] add new migration as db table is named `users` (should it be singular or plural?)

## Notes
important context

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.