Closed berniceu closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
atlp-devpulse-fn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 12, 2024 0:54am |
Code Climate has analyzed commit 17174925 and detected 0 issues on this pull request.
View more on Code Climate.
PR Description
This PR allows users to create tickets in case they face issues and get replies from the admin.
Description of tasks that were expected to be completed
As an applicant I want to be able to open a ticket/inquiry about my application. This includes submitting a form with a title and a body explaining my inquiry. The tickets are sent to the admin (they can not be assigned to nor seen by another applicant).
If the applicant is not happy with the resolved, they can reply again which changes the ticket status back to applicant-reply
Note: Only the ticket author and admin can view tickets.
How has this been tested?
ft-tickets
npm install
, thennpm run dev
to check if the app is running successfullytickets
on the sidebar to view available tickets+ New Ticket
button to create a new ticketCredentials
username:
admin@example.com
password:password123
username:
jean@example.com
password:password123
Track PR (issue number & link)
Issue: #215
Screenshots (If appropriate especially on the frontend)