-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add a structure level list component and basic stuff for structure level #3011
Add a structure level list component and basic stuff for structure level #3011
Conversation
Includes a draft version of structure level list. |
client/src/app/gateways/repositories/structure-levels/structure-level-repository.service.ts
Outdated
Show resolved
Hide resolved
client/src/app/gateways/repositories/structure-levels/structure-level-repository.service.ts
Outdated
Show resolved
Hide resolved
client/src/app/gateways/repositories/structure-levels/structure-level-repository.service.ts
Outdated
Show resolved
Hide resolved
client/src/app/gateways/repositories/structure-levels/structure-level-repository.service.ts
Outdated
Show resolved
Hide resolved
client/src/app/gateways/repositories/structure-levels/structure-level.action.ts
Outdated
Show resolved
Hide resolved
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.
I think you're still missing some fields in the structure level, the meeting_user_ids
for example.
You should also mirror the id fields in the referencing models and add the corresponding entries in the relations.ts
Yes, the model is not completed. I need to work on that too. |
.../app/site/pages/meetings/pages/participants/pages/structure-levels/structure-level.module.ts
Outdated
Show resolved
Hide resolved
Add the new collection structure-level-list-of-speakers. Update the relations file and the views.
Add subscription
The legacy menu works fine. The mdc menu is transparent and so broken.
Includes a draft version of model, view-model, repo, controller, and subdivision-list.