Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Ticket iterations #11

Closed
5 of 6 tasks
Tracked by #15
gtaEPIC opened this issue Nov 9, 2023 · 1 comment · Fixed by #21
Closed
5 of 6 tasks
Tracked by #15

Ticket iterations #11

gtaEPIC opened this issue Nov 9, 2023 · 1 comment · Fixed by #21
Assignees
Labels
REQUIRED Required for submission
Milestone

Comments

@gtaEPIC
Copy link
Owner

gtaEPIC commented Nov 9, 2023

Each iteration will be registered with the username, the date and time, and a comment.
It can be a status change or a ticket modification. This will provide detailed ticket
information as well as an audit trail.

An additional field should be added to Tickets. This field should basically be the audit trail for a ticket.
An iteration should:

  • Be registered by a username
  • Have a Date and time
  • Have a comment
  • Change the status or log the change of status
  • Log if the ticket was modified (Could be tied into the Update operation)
@gtaEPIC gtaEPIC added the REQUIRED Required for submission label Nov 9, 2023
@gtaEPIC gtaEPIC added this to the Backend milestone Nov 9, 2023
@gtaEPIC gtaEPIC mentioned this issue Nov 9, 2023
4 tasks
@gtaEPIC gtaEPIC changed the title Ticker iterations Ticket iterations Nov 10, 2023
@gtaEPIC
Copy link
Owner Author

gtaEPIC commented Nov 10, 2023

The way I'm thinking is of two ways:

  1. add a field to tickets that will be an array of objects. Each object is an iteration containing all the information of said iteration.
  2. Make a new collection / model being a ticket iteration, and have a new field in ticket with an array that references an iteration

Though I think 1st option might be better

@gtaEPIC gtaEPIC moved this from TODO to Assigned in Deskify Project Nov 10, 2023
@gtaEPIC gtaEPIC linked a pull request Nov 11, 2023 that will close this issue
@gtaEPIC gtaEPIC moved this from Assigned to Requesting Review in Deskify Project Nov 11, 2023
@github-project-automation github-project-automation bot moved this from Requesting Review to Done in Deskify Project Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
REQUIRED Required for submission
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants