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

feat(noteList): added page parameter and portionSize constant #93

Merged
merged 7 commits into from
Oct 22, 2023

Commits on Oct 22, 2023

  1. feat(noteList): offset and limit parameters added

    * added offset and limit parameters for getNoteListByCreatorId func
    e11sy committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    90ed70a View commit details
    Browse the repository at this point in the history
  2. chore(noteList) : limit and offset replaced with page

    *added constant portipnSize insead of variable limit
    *added page
    *offset is now calculated by page
    e11sy committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2f3c66d View commit details
    Browse the repository at this point in the history
  3. fic: comment logic

    parameters logic in comments fixed
    e11sy committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6e2947e View commit details
    Browse the repository at this point in the history
  4. style fix

    Co-authored-by: Peter Savchenko <[email protected]>
    e11sy and neSpecc authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e78c0bb View commit details
    Browse the repository at this point in the history
  5. comment fix

    Co-authored-by: Peter Savchenko <[email protected]>
    e11sy and neSpecc authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f3737a2 View commit details
    Browse the repository at this point in the history
  6. chore: warning fixes

    lint fixes
    e11sy committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    50ba09c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d49087 View commit details
    Browse the repository at this point in the history