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

enrollments panel progress #285

Merged
merged 15 commits into from
Oct 27, 2022
Merged

Conversation

WyattRoss
Copy link
Collaborator

Progress on #146,
Adds ability to edit enrollments in any current semester to the coordinator page.
Users also get relevant grade information on their profile page.
Things missing:

  • Allow users to enroll in semesters
  • Self service enrollment deletion
  • JSON/CSV exportation
  • Enrollment deletion

Also fixes some terribly ugly code I wrote earlier.

@WyattRoss WyattRoss changed the title Wyatt enrollments panel enrollments panel progress Oct 25, 2022
src/api/rcos/users/mod.rs Outdated Show resolved Hide resolved
templates/coordinate/enrollments/edit/form.hbs Outdated Show resolved Hide resolved
@@ -8,42 +8,42 @@
</div>
<div class="card-body">
<form onsubmit="return alert('Changes Saved!');" method="post">
<div class="form-row">
<div class="form-group">
<label for="lead-select">Is Project Lead:</label>
<select class="form-control" id="lead-select", name="lead" required>
Copy link
Contributor

Choose a reason for hiding this comment

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

The commas after the element ID are not valid html syntax

@bepvte
Copy link
Contributor

bepvte commented Oct 26, 2022

I went ahead and rebuilt a lot of the form to be more semantic (using checkboxes for true and false) with bootstrap classes that correctly style it. If you approve of these changes then I can go ahead and merge it.

@alicebibaud alicebibaud merged commit c56b8a4 into rcos:master Oct 27, 2022
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.

None yet

3 participants