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

feat: mock data updates #58

Merged
merged 10 commits into from
Oct 16, 2023
Merged

feat: mock data updates #58

merged 10 commits into from
Oct 16, 2023

Conversation

muselesscreator
Copy link
Contributor

Adds more robust options for mock data states.

Also fixes to file preview and css.

@@ -85,7 +80,7 @@ export interface AssessmentData {
}

export interface AssessmentsData {
effectiveAssessmentType: 'staff' | 'peer' | 'self',
effectiveAssessmentType: 'submission' | 'studentTraining' | 'self' | 'peer' | 'staff' | 'done',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not this

Copy link

@nsprenkle nsprenkle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@muselesscreator muselesscreator merged commit 2b35d47 into master Oct 16, 2023
2 of 3 checks passed
@muselesscreator muselesscreator deleted the bw/fakeData branch October 16, 2023 14:48
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