-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor: upgrade organizer controllers to 1.7 #196
base: main
Are you sure you want to change the base?
Conversation
AI-Generated Summary: This pull request includes several enhancements to the organizer controller in the Bokken Web application. Firstly, the Additionally, a new file The Finally, test cases for The updates made are aimed at improving the structure and readability of the code, enhance separation of concerns, and provide unit tests to validate the behavior of the organizer JSON handling. |
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.
To upgrade to 1.7 we need to transform the views files to JSON files and delete the views. So we don't need to change the views files, right ? |
Merge with main 🙏🏻 |
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.
We should wait for #198 to be merged first, because it adds tests for a functionality that is being changed here.
I upgrade organizer controllers to 1.7