You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new document in the documents table, with the id of the courseEvaluation it is being created in.
For the new entry, modify the isInIntroduction, eocGeneral and eocSpecific fields based on the options selected by the user in the tags field. Also modify the description, name and link based on the options provided. See Coordinator View - Frontend for Create and update documents #7
Updating a document performs step 2 of the above on an already existing entry in the documents table
Other
Refers to 18 from our discussion
The text was updated successfully, but these errors were encountered:
ivy0305
changed the title
Backend create view and update view of document
Coordinator View - Backend create view and update view of document
Jun 24, 2022
just making you aware @peter-tanner , I have crossed over this issue due to the PR initially created by Michael as part of #47 (yes i know its totally irrelevant, but the change has been crossed)
What needs to be done?
Creation of a document should do the following:
documents
table, with the id of thecourseEvaluation
it is being created in.isInIntroduction
,eocGeneral
andeocSpecific
fields based on the options selected by the user in the tags field. Also modify thedescription
,name
andlink
based on the options provided. See Coordinator View - Frontend for Create and update documents #7Updating a document performs step 2 of the above on an already existing entry in the
documents
tableOther
Refers to 18 from our discussion

The text was updated successfully, but these errors were encountered: