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

dateUpdated default sort and add timestamps to frontend #10

Open
citomcclure opened this issue May 22, 2024 · 0 comments
Open

dateUpdated default sort and add timestamps to frontend #10

citomcclure opened this issue May 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@citomcclure
Copy link
Owner

citomcclure commented May 22, 2024

User Story

As a user, I want to see last edited dates so that I can have a reference point for when I previously updated the note.

Implementation

  • Display creation and last updated times on frontend
    • refactor LocalDateTime type, keep as-is and show UTC unit, or keep as-is only show date on frontend
  • add to Sort By options and use menu headers (Bootstrap ref)
  • Update getNotes endpoint to account for all four sorting types
  • make last updated (newest -> oldest) default
  • refactor methods in viewNotes.js
  • GSI in notes table for lastUpdated and use ScanIndexForward on that
@citomcclure citomcclure added the enhancement New feature or request label May 25, 2024
@citomcclure citomcclure changed the title Add last edited dates to notes Add timestamps to frontend May 27, 2024
@citomcclure citomcclure changed the title Add timestamps to frontend dateUpdated default sort and add timestamps to frontend Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant