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

CPF 107 People pagination #157

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

CPF 107 People pagination #157

wants to merge 5 commits into from

Conversation

Creaa
Copy link
Collaborator

@Creaa Creaa commented Oct 1, 2024

Task

To run:

  1. Find a new function CREATE OR REPLACE FUNCTION get_employees(...) in seed.sql and run it in SQL Editor.
  2. Go to "$baseroute/cpf/people" and check the pagination and list behavior.

Pagination should be ready for be reusable for other tables.

@Creaa Creaa added the enhancement New feature or request label Oct 1, 2024
@Creaa Creaa self-assigned this Oct 1, 2024
@Creaa Creaa linked an issue Oct 1, 2024 that may be closed by this pull request
import { ChevronRightIcon } from '@app/static/icons/ChevronRightIcon';
import { PaginationProps } from './Pagination.interface';

export const rowsPresets = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about moving this to utils?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skorekm

Done

Copy link
Collaborator

@skorekm skorekm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, one minor comment

@Creaa Creaa requested a review from skorekm October 7, 2024 13:21
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
None yet
Development

Successfully merging this pull request may close these issues.

[FE] People pagination
2 participants