-
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
Remove thesis track and fix imports #694
base: main
Are you sure you want to change the base?
Conversation
Thanks for the change - I'd like to postpone the merge of this until after the intro course since this is a pretty hefty change :) |
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 have one small change request regarding the permissions needed to access the mailing management console. The rest looks good to me.
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.
The route /management/mailing
should now only have permission={[Permission.PM]}
.
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.
in the route /management/mailing is an array of who as access and it is an 'OR' array. So persons with either PM or Chair_Member have access, which is fine in my opinion.
I think what you mean are the access rights to the mail templates, which are set in the server.
Description
This is a cleanup PR, which removes the Thesis Track completely from this project, as ThesisTrack has its own repo and every thesis related URL request is already redirected.
Type of change
How Has This Been Tested?
I tested the database migration on my local machine. Further, I made sure to only remove dead code, and to really remove everything which is solely Thesis Track related
CAREFUL: This PR includes a database migration, which will delete all Thesis related database tables from the prompt database. Please review first, if this database migration is wanted/correct and if the data in these database tables is not needed any more.