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

[Feature] CanDB Logger/Audit Trail #17

Open
5 tasks
ByronBecker opened this issue Nov 7, 2022 · 0 comments
Open
5 tasks

[Feature] CanDB Logger/Audit Trail #17

ByronBecker opened this issue Nov 7, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ByronBecker
Copy link
Contributor

Motivation

For historical, audit, or other purposes - developers may want to enable a CanDB logger/audit trail in order to trace access activity over time.

Requirements

  • Define the specific use case and type(s) of data required in a CanDB logger (Interview a few developers/large projects both inside and outside the CanDB alpha)
  • Determine the appropriate format and structure for storing log data in stable memory
  • Determine the size limit of audit data stored within a canister
  • Design the CanDB logger API extension, and determine how it will interact with CanDB
  • Implement the logger, providing both unit and integration tests (since the logger will use stable memory)
@ByronBecker ByronBecker added enhancement New feature or request help wanted Extra attention is needed labels Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant