mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
assignment group names
This commit is contained in:
@@ -39,15 +39,10 @@ schedule planning view? just outline concepts? (maybe some non-canvas scheduled
|
|||||||
|
|
||||||
holiday schedule
|
holiday schedule
|
||||||
|
|
||||||
multi-seciton support for due dates/times
|
multi-section support for due dates/times
|
||||||
|
|
||||||
better error handling when files are unparseable
|
better error handling when files are unparseable
|
||||||
|
|
||||||
new settings
|
|
||||||
- default submission types
|
|
||||||
- default file types
|
|
||||||
- default lockAt offset
|
|
||||||
|
|
||||||
websocket server to watch file system for changes, notify frontend it should invalidate cache
|
websocket server to watch file system for changes, notify frontend it should invalidate cache
|
||||||
|
|
||||||
lectures
|
lectures
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ export default function NewItemForm({
|
|||||||
item: {
|
item: {
|
||||||
name,
|
name,
|
||||||
description: "",
|
description: "",
|
||||||
|
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||||
dueAt,
|
dueAt,
|
||||||
lockAt,
|
lockAt,
|
||||||
submissionTypes: settings.defaultAssignmentSubmissionTypes,
|
submissionTypes: settings.defaultAssignmentSubmissionTypes,
|
||||||
@@ -103,6 +104,7 @@ export default function NewItemForm({
|
|||||||
item: {
|
item: {
|
||||||
name,
|
name,
|
||||||
description: "",
|
description: "",
|
||||||
|
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||||
dueAt,
|
dueAt,
|
||||||
lockAt,
|
lockAt,
|
||||||
shuffleAnswers: true,
|
shuffleAnswers: true,
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ blockquote {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
|
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
|
||||||
|
@apply text-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user