Open alexandroidii opened 3 years ago
Not sure ... but when you delete user, you also delete all of their scenarios. Not sure if this is desired
We need to turn cascade off in the user model
On Wed, Apr 21, 2021, 9:43 PM langenet @.***> wrote:
Not sure ... but when you delete user, you also delete all of their scenarios. Not sure if this is desired
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexandroidii/cst8333/issues/82#issuecomment-824474199, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAP3ON3ET6RIRSXIO3W6MDTJ55NJANCNFSM42YJKFUQ .
Tested publish button and it doesn't do anything
Docker or local?
If you put a break point in the publish view does it get there?
Which group are you login in as?
On Wed, Apr 21, 2021, 9:54 PM langenet @.***> wrote:
Tested publish button and it doesn't do anything
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexandroidii/cst8333/issues/82#issuecomment-824479531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAP3ON6QLRKNU6QQ4WAD53TJ56VBANCNFSM42YJKFUQ .
[x] pass in confirmation message when publishing scenario
[x] fix the Admin/reviewer on nave bar position in the if statement
[x] anonymous doesn't display True values when loading form
[x] Opening Supporting documents link doesn't work (media isn't pointing to the right place or something like that)
[x] Reviewer switched to a read only field. No longer able to change it. When you save the Scenario as a reviewer, update the Reviewer to that user. Display the current form.reviewer name and a confirm message when saving the scenario that the reviewer is about to change to the current user.
[x] display the submitters user name when reviewer is looking at the scenario
[x] persist submitter user when saving scenario if saving as a submitter, not as a reviewer.
[x] filter the scenario list for only is_reviewed scenarios for regular users.
[x] a user can update their own scenarios but no one others.
[x] set the submitters username on save if not a reviewer.
[x] if published scenario is edited, remove is_reviewed.
[x] "Scenario" title on Scenario page is white font for Submitter.
[x] scenario bribe_initiatior and others are displaying as an "Other" field.
[x] after saving scenario, pop to the top of the page to see the messages.
[x] automatically turn on is_reviewer flag when reviewer group is assigned.
[x] fix scenario list filtering
[x] if anonymous is selected, when displaying to a submitter, hide certain fields.
[x] If there are no scenarios in the database, the landing page carousel doesn't display. should have a placeholder or something like that.
[x] Add "Submitter" role when new user is validated.
[x] Make sure the "other" fields are working
[x] remove submit button if they are not logged in
[x] change message when reviewer saves scenario
[x] publishing isn't redirecting after.
[x] is_reviewed on scenario list isn't being applied. Everyone can see all scenarios even if they haven't been reviewed.
[x] none showing for the table.
[x] make a first scenario
[x] anonymous fields when not reviewer
[x] Admin see scenario table as a submitter instead of a reviewer
[x] filter on is_reviewed isn't working.
[ ] reset filter after filtering the scenario table doesn't work.
[x] email link is still active if anonymous is selected
[x] Export docker image and provide instructions.