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

Error message not displayed when adding a start date in the past while creating a course name in the "Create A Course" page. #610

Open
bnoggle opened this issue Dec 20, 2024 · 0 comments

Comments

@bnoggle
Copy link

bnoggle commented Dec 20, 2024

When attempting to create a course with a start date set in the past, the system fails to display an appropriate error message. This behavior is contrary to expected functionality, which should prevent users from selecting invalid dates and provide clear feedback regarding the error.

Steps to Reproduce:

  1. Login
  2. Click on link “Course Home”
  3. then, click “Create Course”
  4. Enter/create a valid institution name such as “University of Michigan”
  5. Fill in the rest of the form
  6. Create a username such as “mycourse”
  7. When you get to step 5, set a student’s start date to a past date (e.g., 09/09/2024 when today’s date is 11/13/2024).
  8. Observe for a warning or error message after submitting the form.

Expected Result:
An error message should appear indicating that the start date cannot be in the past.

Actual Result:
No error message is displayed, and the course creation process proceeds without validation of the date input.

Environment:

Device: [e.g., Desktop, Mobile]

Browser: [e.g., Chrome Version 130, Firefox Version 132]

OS: [e.g., Windows 11, macOS 13]

Severity:
Major - This issue can lead to confusion for users and potential data integrity problems if courses are created with invalid dates.

Priority:
High - Immediate attention required to ensure proper validation of user inputs.

Attachments:

No screenshots

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

No branches or pull requests

1 participant