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

Logging and troubleshooting methods #10

Open
1 task
gorkem-bwl opened this issue Apr 23, 2024 · 7 comments
Open
1 task

Logging and troubleshooting methods #10

gorkem-bwl opened this issue Apr 23, 2024 · 7 comments
Assignees
Labels
backend Backend task/issue enhancement New feature or request

Comments

@gorkem-bwl
Copy link
Contributor

gorkem-bwl commented Apr 23, 2024

  • Implementing logging mechanisms to track HRM system activities and errors for troubleshooting purposes

This implementation needs an API backend as it will be visible from the user interface, for example:

  • When a user's department type changes
  • When the status of a user changes from onboarding to active
  • When a user's salary has changed
  • When there is a time off policy requested
  • When a time off policy is accepted

Those are the table columns:

  • ID
  • Old value
  • New value
  • Who changed
  • Time of change
  • Type of change ("User information", "Salary", "Time off policy", "Status of user", "....")

In the future we'll do the filtering/search functionality.

@gorkem-bwl gorkem-bwl added enhancement New feature or request backend Backend task/issue labels Apr 23, 2024
@saksham-malhotra-27
Copy link

Hey ! is this still open ?

@gorkem-bwl
Copy link
Contributor Author

Hey ! is this still open ?

In fact no, it should have been closed. If you can run the project, let me know and I'd be happy to give you some issues/ideas.

@saksham-malhotra-27
Copy link

@gorkem-bwl Alright, I'll try running the project.

@gorkem-bwl
Copy link
Contributor Author

@saksham-malhotra-27 due to complexity of this task I have assigned this internally. FYI.

@gorkem-bwl
Copy link
Contributor Author

gorkem-bwl commented Dec 5, 2024

@shidrath FYI - to be collected:

  • Old value
  • New value
  • Who changed
  • Time of change
  • Type of change (user information, salary, time off policy, status of user, ...)

@bolatein
Copy link

Adding the initial design of the table.

Screenshot 2024-12-22 at 00 28 25

@gorkem-bwl
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend task/issue enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

5 participants