Skip to content

Conversation

@meronrudy
Copy link

  • Frontend (ModConfig.vue and Landing.vue)

    • Add a file input for CSV upload in the mod-config__content__general section
    • Add a method to handle CSV file selection and upload
    • Bind the file input to the new method
    • Add a button for CSV upload in the url-section
    • Bind the button to the CSV upload method in ModConfig.vue
  • Backend (fs_util.rs and net_util.rs)

    • Add a function to handle CSV file parsing and processing
    • Add necessary imports for CSV file handling
    • Add a new endpoint to handle CSV uploads
    • Add necessary imports for the new endpoint

* **Frontend (`ModConfig.vue` and `Landing.vue`)**
  - Add a file input for CSV upload in the `mod-config__content__general` section
  - Add a method to handle CSV file selection and upload
  - Bind the file input to the new method
  - Add a button for CSV upload in the `url-section`
  - Bind the button to the CSV upload method in `ModConfig.vue`

* **Backend (`fs_util.rs` and `net_util.rs`)**
  - Add a function to handle CSV file parsing and processing
  - Add necessary imports for CSV file handling
  - Add a new endpoint to handle CSV uploads
  - Add necessary imports for the new endpoint
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.

1 participant