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

User log backend #283

Open
roscisz opened this issue Aug 20, 2020 · 1 comment
Open

User log backend #283

roscisz opened this issue Aug 20, 2020 · 1 comment
Assignees
Labels
feature-request Indicates the need of implementing a feature.

Comments

@roscisz
Copy link
Owner

roscisz commented Aug 20, 2020

  • DB scheme of user log messages
  • keep track which messages have already been viewed
  • Python API for core components to store messages for a specific user in DB
  • REST API for fetching user log messages
@roscisz roscisz added the feature-request Indicates the need of implementing a feature. label Aug 20, 2020
@roscisz roscisz self-assigned this Aug 20, 2020
@roscisz
Copy link
Owner Author

roscisz commented Aug 20, 2020

Maybe user log should be a log file instead of records in DB. There will be potentially multiple job execution events, better viewed as a text file and not as a table of events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Indicates the need of implementing a feature.
Projects
None yet
Development

No branches or pull requests

1 participant