Resolve "[New app] Gradebook" #19

Merged
magicfelix merged 6 commits from 1-new-app-gradebook into main 2024-09-28 13:21:50 +02:00
magicfelix commented 2024-09-17 10:52:17 +02:00 (Migrated from edugit.org)

Closes #1

Closes #1
magicfelix commented 2024-09-17 10:52:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1aa62ff7 - Implement models

Compare with previous version

added 1 commit <ul><li>1aa62ff7 - Implement models</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47771&start_sha=a40762ae44474427134df38992235ed669b78727)
hansegucker commented 2024-09-17 11:06:30 +02:00 (Migrated from edugit.org)

Probably unique

Probably unique
hansegucker commented 2024-09-17 11:06:31 +02:00 (Migrated from edugit.org)

PROTECT

PROTECT
hansegucker commented 2024-09-17 11:06:31 +02:00 (Migrated from edugit.org)

Person missing here

Person missing here
hansegucker commented 2024-09-17 11:06:31 +02:00 (Migrated from edugit.org)

We are also missing an assignment of grade sets to groups.

We are also missing an assignment of grade sets to groups.
hansegucker commented 2024-09-17 11:29:15 +02:00 (Migrated from edugit.org)

Option for default rating type, Rating should have grade set

Option for default rating type, Rating should have grade set
magicfelix commented 2024-09-17 13:26:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5137e8b - Implement models

Compare with previous version

added 1 commit <ul><li>d5137e8b - Implement models</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47783&start_sha=1aa62ff7788e44937e978e03cd73ddf6f0bd4ca9)
hansegucker commented 2024-09-17 14:47:53 +02:00 (Migrated from edugit.org)

Icon field

Icon field
hansegucker commented 2024-09-17 14:47:54 +02:00 (Migrated from edugit.org)

We are also missing an assignment of grade sets to groups.

We are also missing an assignment of grade sets to groups.
magicfelix commented 2024-09-17 15:19:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • e5e7c420 - Implement models

Compare with previous version

added 1 commit <ul><li>e5e7c420 - Implement models</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47788&start_sha=d5137e8b822c8da0d9c2297e520a0bd3b8671de2)
magicfelix commented 2024-09-17 15:19:57 +02:00 (Migrated from edugit.org)

resolved all threads

resolved all threads
hansegucker commented 2024-09-17 15:27:06 +02:00 (Migrated from edugit.org)
    """Single grade choice in a set of grades."""
```suggestion:-0+0 """Single grade choice in a set of grades.""" ```
hansegucker commented 2024-09-17 15:27:06 +02:00 (Migrated from edugit.org)

I would suggest to different unique constraint (grade_set, name and grade_set, value).

I would suggest to different unique constraint (grade_set, name and grade_set, value).
hansegucker commented 2024-09-17 15:27:07 +02:00 (Migrated from edugit.org)

We should use 1 as default.

We should use 1 as default.
hansegucker commented 2024-09-17 15:27:07 +02:00 (Migrated from edugit.org)

We are also missing an assignment of grade sets to groups.

We are also missing an assignment of grade sets to groups.
magicfelix commented 2024-09-17 20:46:47 +02:00 (Migrated from edugit.org)

changed this line in version 4 of the diff

changed this line in [version 4 of the diff](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47828&start_sha=e5e7c420af9bf13a79ee3cc8a000cd1a65a5a416#39b3c490449f2df4c1f240fd20106a66f87f8a77_24_24)
magicfelix commented 2024-09-17 20:46:47 +02:00 (Migrated from edugit.org)

changed this line in version 4 of the diff

changed this line in [version 4 of the diff](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47828&start_sha=e5e7c420af9bf13a79ee3cc8a000cd1a65a5a416#39b3c490449f2df4c1f240fd20106a66f87f8a77_40_40)
magicfelix commented 2024-09-17 20:46:47 +02:00 (Migrated from edugit.org)

changed this line in version 4 of the diff

changed this line in [version 4 of the diff](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47828&start_sha=e5e7c420af9bf13a79ee3cc8a000cd1a65a5a416#39b3c490449f2df4c1f240fd20106a66f87f8a77_71_75)
magicfelix commented 2024-09-17 20:46:47 +02:00 (Migrated from edugit.org)

added 3 commits

  • fc85957d - Implement models
  • 52c8bc8d - Adjust pyproject and tox configuration
  • 5cedd83c - Implement CRUD schema

Compare with previous version

added 3 commits <ul><li>fc85957d - Implement models</li><li>52c8bc8d - Adjust pyproject and tox configuration</li><li>5cedd83c - Implement CRUD schema</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47828&start_sha=e5e7c420af9bf13a79ee3cc8a000cd1a65a5a416)
magicfelix commented 2024-09-18 14:05:37 +02:00 (Migrated from edugit.org)

resolved all threads

resolved all threads
magicfelix commented 2024-09-18 15:17:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • ab06b642 - Implement CRUD schema

Compare with previous version

added 1 commit <ul><li>ab06b642 - Implement CRUD schema</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47848&start_sha=5cedd83cbb3a4ca49b01a376e35884e82d36f24b)
hansegucker commented 2024-09-18 15:27:30 +02:00 (Migrated from edugit.org)

Unique constraint with condition on True

Unique constraint with condition on `True`
hansegucker commented 2024-09-18 15:28:42 +02:00 (Migrated from edugit.org)

EffortType

`EffortType`
hansegucker commented 2024-09-18 15:30:19 +02:00 (Migrated from edugit.org)
class Effort(ExtensibleModel):
```suggestion:-0+0 class Effort(ExtensibleModel): ```
magicfelix commented 2024-09-18 21:09:54 +02:00 (Migrated from edugit.org)

changed this line in version 6 of the diff

changed this line in [version 6 of the diff](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47870&start_sha=ab06b642d598a64d15855bdcbb77fbf6118d0ea2#39b3c490449f2df4c1f240fd20106a66f87f8a77_72_72)
magicfelix commented 2024-09-18 21:09:55 +02:00 (Migrated from edugit.org)

added 3 commits

Compare with previous version

added 3 commits <ul><li>bbfa7802 - Implement models</li><li>f2f527b0 - Adjust pyproject and tox configuration</li><li>f75d5984 - Implement CRUD schema</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47870&start_sha=ab06b642d598a64d15855bdcbb77fbf6118d0ea2)
ZugBahnHof commented 2024-09-18 21:48:52 +02:00 (Migrated from edugit.org)

added 2 commits

  • 67f7f7c1 - Fix typos
  • 324b67a0 - Rename imported Models to avoid confusion with graphql types

Compare with previous version

added 2 commits <ul><li>67f7f7c1 - Fix typos</li><li>324b67a0 - Rename imported Models to avoid confusion with graphql types</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47872&start_sha=f75d59840fa95b38bcf845f7f3b3d1b28970873a)
magicfelix commented 2024-09-19 10:56:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 752416ea - Add unique constraint for EffortType default

Compare with previous version

added 1 commit <ul><li>752416ea - Add unique constraint for EffortType default</li></ul> [Compare with previous version](/AlekSIS/onboarding/AlekSIS-App-Maka/-/merge_requests/1/diffs?diff_id=47905&start_sha=324b67a06ab90743c2dade917770791682d03bb0)
hansegucker commented 2024-09-25 20:21:58 +02:00 (Migrated from edugit.org)

resolved all threads

resolved all threads
hansegucker commented 2024-09-25 20:22:10 +02:00 (Migrated from edugit.org)

marked this merge request as ready

marked this merge request as **ready**
hansegucker commented 2024-09-28 13:21:51 +02:00 (Migrated from edugit.org)

mentioned in commit a0e88ad2ef

mentioned in commit a0e88ad2ef67757973dbecfdc66dc4e12d46e9e3
hansegucker (Migrated from edugit.org) merged commit a0e88ad2ef into main 2024-09-28 13:21:51 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Maka!19
No description provided.