-
Notifications
You must be signed in to change notification settings - Fork 9
Base objects refactoring: Person, Place, Segment, Junction, WorkPlace, SchoolPlace, Routing #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base objects refactoring: Person, Place, Segment, Junction, WorkPlace, SchoolPlace, Routing #514
Conversation
549ff99
to
2cb2f13
Compare
packages/evolution-common/src/services/baseObjects/attributeTypes/PersonAttributes.ts
Show resolved
Hide resolved
Add Person class with work palces and school places Add Place with children Work Place, SchoolPlace and Junction
cb3d6f9
to
6785b9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelques questions ici et là.
Mais sinon, ça fait une bonne base, bien testée sur quoi bâtir!
packages/evolution-common/src/services/baseObjects/attributeTypes/PersonAttributes.ts
Show resolved
Hide resolved
8000
packages/evolution-common/src/services/baseObjects/attributeTypes/PersonAttributes.ts
Show resolved
Hide resolved
34645b4
to
12042e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Un peu de doc à ajouter pour les composed attributes. Sinon, c'est bon
packages/evolution-common/src/services/baseObjects/attributeTypes/PersonAttributes.ts
Outdated
Show resolved
Hide resolved
12042e4
to
cf67bf7
Compare
b3cbc66
to
c12ea91
Compare
use a generic ROuting class instead of separate for transit and other modes update tests to include getters with no setters update ConstructorUtils for composed attributes
c12ea91
to
a7b79bf
Compare
No description provided.