Allow a single author to start multiple ideas of different types #70
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "same-author-multiple-projects-different-levels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #42
With Daisy integration turned on it is asked whether a project is allowed to start based on an idea. The primary way it does its permission check is by making sure the author is registered for the right course, and that only one thesis is written at a time. Previously the only way to specify which course to check for was based on the notion of "educational level". The problem that then arises is that one-year master and master are both on the advanced level and thus indistinguishable. When Daisy can not differentiate which course it will always reject the second project since they're both on advanced level.
Daisy's API has now been updated to, in additional to educational level, allow specifying how many credits the course should give which enables differentiating between one-year master (15 credits) and master (30 credits).
How to test
DAISY-INTEGRATION
Deployed to https://scipro-same-author-multiple-projects-different-levels.branch.dsv.su.se