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

Feature Enhancement - File Upload Support for Tickets #53

Closed
wants to merge 1 commit into from

Conversation

disvid
Copy link
Collaborator

@disvid disvid commented Dec 20, 2024

Related Issue

Closes #26

Type of Change

Put x inside the square bracket to specify what type of change your PR is:

  • New Feature
  • Bug Fix
  • Code Refactor
  • Documentation Update
  • Other (please specify):

Description of Change

File upload feature is added.

Implementation Details

required changes have been made in app/(components)/EditTicketForm.jsx this file.

Demo

Screencast.from.2024-12-21.05-26-13.webm

@AyushDharDubey
Copy link
Collaborator

Hi @disvid, Please make sure to thoroughly test your solution locally to confirm it works before submitting a PR.

your frontend does send the file as payload but your backend is not ready to process the file and store it, empower the backend with file handling

additionally, update EditTicketForm component to allow users to view/access the uploaded files when viewing the ticket i.e. when EDITMODE===true

@AyushDharDubey
Copy link
Collaborator

Hi @disvid,

are you still working on the issue?

if you plan to abandon the issue, please close the PR.
if you need any assistance, please let us know.

@disvid disvid closed this Dec 29, 2024
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.

Feature Enhancement - File Upload Support for Tickets
2 participants