Skip to content

23 upload error handling #27

Open
christinac09 wants to merge 11 commits intomainfrom
23-upload-error-handling-on-hold-until-22-is-done
Open

23 upload error handling #27
christinac09 wants to merge 11 commits intomainfrom
23-upload-error-handling-on-hold-until-22-is-done

Conversation

@christinac09
Copy link
Copy Markdown
Contributor

  • grad year input in upload changed to dropdown - only current year to four years later can be selected
  • added image preview - shows on hover
  • no selecting photo with imageData that alr exists in array
  • no uploading if empty forms/insufficient input data

@christinac09 christinac09 linked an issue Nov 19, 2025 that may be closed by this pull request
@christinac09 christinac09 changed the title 23 upload error handling on hold until 22 is done 23 upload error handling Nov 20, 2025
Comment thread app/pages/upload.vue
locations.value = data;
}
function getCurrentGradYears(): number[] {
const currentYear = new Date().getFullYear();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

school years start in september but calendar years start in january, so next year the class of 2030 wont be able to upload any photos until halfway through their freshman year

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.

Upload error handling (on hold until 22 is done)

2 participants