Skip to content
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

Develop #37

Merged
merged 85 commits into from
Jan 11, 2023
Merged

Develop #37

merged 85 commits into from
Jan 11, 2023

Conversation

katsanjib046
Copy link
Collaborator

Development of main UI and major changes in all aspects.

IonMich and others added 30 commits August 26, 2022 19:00
install all requirements by running:
```
conda env create -f environment.yml --name my_env
```
working requirements in Win
The meta ordering property is now set to "created" for PaperSubmissions.
This allows to handle safer the navigation.
Password reset works by displaying the contents of the composed email
in the command-line. It does not actually send the email.
when grade inputs are empty this is interpreted as an empty string
which differs from the initial value of null,
even if they refer to the same situation (no grade assigned).
this is handled correctly now.
IonMich and others added 27 commits October 16, 2022 00:59
switching between textarea and select improved. star button, edit
button added.
still one needs to add an option to set is_saved to false, improve
animation heights and implement the modify-comment text button.
the new max_question_scores is
- "1,1,...,1" for integer points_possible assignments,
- str(points_possible) for non-integer points_possible
- "0" otherwise

New functionality should be added so that the user can quickly change
the default max_question_scores for an assignement group.
Currently this can be changed only manually via the admin page.
Syncing from canvas overrides manually set values if
there are no graded submissions for this assignment.
Added file field to the submission canvas
both Comments and comment files are displayed
added a class method to handle comment files

next steps:
1. change the upload location from /submissions/comments to be
handled similarly to submission uploads
2. add functionality in upload to canvas
3. make files downloadable when clicked on
- now files are served from the submission detail page
- show author, date (, filesize)
- fix comment toolbar behavior

still work needed to upload files to canvas
@katsanjib046 katsanjib046 requested a review from IonMich January 11, 2023 01:24
@IonMich
Copy link
Owner

IonMich commented Jan 11, 2023

Looks good!

@IonMich IonMich merged commit 76800f4 into main Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants