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

New feature - Upload file with new events #66

Open
JaimeLeon2 opened this issue Jun 7, 2024 · 0 comments
Open

New feature - Upload file with new events #66

JaimeLeon2 opened this issue Jun 7, 2024 · 0 comments

Comments

@JaimeLeon2
Copy link

JaimeLeon2 commented Jun 7, 2024

The bulk upload process although functional, it requires human intervention by the system administrator, which sometimes can take weeks, depending on time availability.
Why not provide an upload button in Hubhop that will take a text file in a specific format, like say CSV, or xml, containing new event information.
The file processor would:

  1. Check file syntax compliance.
  2. Check event name rules are complied (no special character, no leading nor trailing blanks)
  3. Check each new aircraft+event name is non existing.
  4. Check category label compliance. No new categories are allowed.
  5. If no errors are detected, add file contents to the database.
  6. If any issue is detected, reject entire operation and issue an error message indicating what the non-compliance was and the offending line number.
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