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

List data history #38

Open
14 tasks
my-opencode opened this issue Jul 11, 2024 · 0 comments
Open
14 tasks

List data history #38

my-opencode opened this issue Jul 11, 2024 · 0 comments
Assignees
Labels
nice to have Additional features not required for MVP

Comments

@my-opencode
Copy link
Owner

list data history

  • update openapi.yaml
  • back/router.ts
    • add POST /data-history
    • mw: auth, role
  • back/router.test.ts
    • test exported route
  • back/models/DataHistory.ts
    • static method list
  • back/models/DataHistory.test.ts
    • test list
  • back/views/DataHistory.ts
    • static method toJSON
    • static method listToJSONArray
  • back/views/DataHistory.test.ts
    • test list to JSONArray
  • back/controllers/data-history-list.ts
    • list using model
    • serialize using view
    • return payload
  • back/controllers/data-history-list.test.ts
    • test controller
  • back/server.test.ts
    • add list data history test
@my-opencode my-opencode added the nice to have Additional features not required for MVP label Jul 11, 2024
@my-opencode my-opencode self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have Additional features not required for MVP
Projects
None yet
Development

No branches or pull requests

1 participant