-
Notifications
You must be signed in to change notification settings - Fork 9
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
Manage Tickets (main) #152
base: main
Are you sure you want to change the base?
Conversation
This PR shouldn't include the year update commit(s). Want to keep your branches/PRs separate and independent. Easier to reason about and easier to merge as they won't conflict with themselves. |
more columns available... should discuss what we want to show...
|
b7d210f
to
e433ec2
Compare
Just added these data columns into the table:
All numbers are the data's index's in the code (since its a list). The other columns (TICKET_ID, TICKET_ALLOWED_USER_TICKET_ID, TICKET_ALLOWED_USER_NAME, TICKET_ALLOWED_HOST_TICKET_ID, TICKET_ALLOWED_HOST, TICKET_ALLOWED_GROUP_TICKET_ID, TICKET_ALLOWED_GROUP_NAME, TICKET_COLL_NAME) are giving me issues and won't let me add them. |
not sure if you get notifications for when this PR is marked as "ready for review", but it's ready for review now 🙃 |
this PR on hold - awaiting smarter /ticket endpoint in the REST API itself. |
This PR will need to be updated for the HTTP API. HTTP API 0.3.0 only supports create and remove. No update. |
base
argument toparseInt
to fix codeacy error/ticket
)