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

Add grading system to create term page #1457

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

nilsreichardt
Copy link
Member

image

@github-actions github-actions bot added the feature: grades Users can add their grades to Sharezone. label Apr 15, 2024
Comment on lines +156 to +168
builder: (context) => SimpleDialog(
title: const Text("Notensystem auswählen"),
children: [
for (final gradingSystem in GradingSystem.values)
ListTile(
title: Text(gradingSystem.displayName),
onTap: () {
Navigator.of(context).pop<GradingSystem?>(gradingSystem);
},
),
],
),
);
Copy link
Member Author

Choose a reason for hiding this comment

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

Later, this dialog will be replaced with a shared one which is also used on grades dialog page (see #1456).

Copy link

github-actions bot commented Apr 15, 2024

Visit the preview URL for this PR (updated for commit 5055966):

https://sharezone-test--pr1457-grading-system-to-te-1n1ww4dp.web.app

(expires Thu, 18 Apr 2024 15:48:56 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

@nilsreichardt nilsreichardt added this pull request to the merge queue Apr 15, 2024
Merged via the queue into main with commit de28421 Apr 15, 2024
37 checks passed
@nilsreichardt nilsreichardt deleted the grading-system-to-term-create-page branch April 15, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: grades Users can add their grades to Sharezone. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants