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

Users CRUD #51

Open
11 tasks
aydreeihn opened this issue Jan 26, 2023 · 1 comment
Open
11 tasks

Users CRUD #51

aydreeihn opened this issue Jan 26, 2023 · 1 comment
Labels
core Projects that are required for the core of osTicket. infrastructure Projects with tasks that don't have to have full UI to work on Todo UI Features that require new design

Comments

@aydreeihn
Copy link
Collaborator

aydreeihn commented Jan 26, 2023

Feature Summary

General CRUD functionality to manage Users.

  • Create
  • Delete
  • Lock
  • Unlock
  • Update

Other:

  • Add User to Organization
  • User's Tickets should be displayed on the Edit User screen
  • Ability to Register User
  • User Notes
    • Decide if we should still have these
    • If so, save them into the note table with ext_id being Uid where id is the User's id
  • Manage User Forms
    • Display existing forms to be chosen for a User. Forms chosen should show up below when updating a User. When saved, a new Form Entry Value should be created with an object type of 'U' and the object_id should be the User id.
  • Create Ticket button that navigates to the New Ticket route
@aydreeihn aydreeihn added the Todo label Jan 26, 2023
@aydreeihn aydreeihn moved this to Todo in osTicket 2.0 Jan 26, 2023
@aydreeihn aydreeihn added core Projects that are required for the core of osTicket. infrastructure Projects with tasks that don't have to have full UI to work on UI Features that require new design labels Jan 30, 2023
@steveyyyy
Copy link

steveyyyy commented Dec 7, 2023

Ever considered using Filament Package (filamentphp[dot]com) to make the development process of CRUD Views easier?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Projects that are required for the core of osTicket. infrastructure Projects with tasks that don't have to have full UI to work on Todo UI Features that require new design
Projects
Status: Todo
Development

No branches or pull requests

2 participants