Industrial-Parasite / issues

A repo for reporting issues with Industrial Parasite Apps
0 stars 0 forks source link

[BUG] Submission Validation Handling #56

Closed Klastic closed 2 weeks ago

Klastic commented 2 weeks ago

Describe the Bug

Users encounter incorrect validation errors when attempting to submit a release through the 'Release Submission' page. Despite filling in all required fields correctly, the validation system reports errors, claiming that certain inputs are missing or invalid. This issue prevents users from successfully submitting their releases and causes unnecessary confusion.

Steps to Reproduce

  1. Go to the 'Release Submission' page.
  2. Fill out all required fields with valid information.
  3. Submit the form.
  4. Notice incorrect validation errors are displayed, indicating issues with fields that are correctly filled.

Expected Behavior

The form validation should accurately assess the input fields and allow the submission without issues when all fields are correctly filled. Users should not receive error messages for correctly completed fields.

Actual Behavior

The validation system incorrectly flags correctly filled fields as having errors, preventing the form from being submitted and leading to user confusion and frustration.

Environment

Additional Context

This issue may be related to the validation rules set on the backend or frontend, or there could be a mismatch in the expected data format between what the user inputs and what the system expects. Immediate attention to this bug will enhance the submission process and improve user satisfaction.

Klastic commented 2 weeks ago

This issue is fixed. A validation schema for Artists is still needed.