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
|
||||
|
||||
multi-seciton support for due dates/times
|
||||
multi-section support for due dates/times
|
||||
|
||||
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
|
||||
|
||||
lectures
|
||||
|
||||
@@ -89,6 +89,7 @@ export default function NewItemForm({
|
||||
item: {
|
||||
name,
|
||||
description: "",
|
||||
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||
dueAt,
|
||||
lockAt,
|
||||
submissionTypes: settings.defaultAssignmentSubmissionTypes,
|
||||
@@ -103,6 +104,7 @@ export default function NewItemForm({
|
||||
item: {
|
||||
name,
|
||||
description: "",
|
||||
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||
dueAt,
|
||||
lockAt,
|
||||
shuffleAnswers: true,
|
||||
|
||||
@@ -75,6 +75,7 @@ blockquote {
|
||||
|
||||
code {
|
||||
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
|
||||
@apply text-wrap;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user