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: Issue pagination #4109

Merged
merged 246 commits into from
Jun 10, 2024
Merged

feat: Issue pagination #4109

merged 246 commits into from
Jun 10, 2024

Conversation

rahulramesha
Copy link
Collaborator

@rahulramesha rahulramesha commented Apr 3, 2024

This PR introduces Issue level Pagination for issue layouts Like List View, Kanban View, Calendar view, Spreadsheet view and Gantt View.

This PR also refactors the issue level actions to a single Base file of base-issues.store. Now all the individual issue level store will contain minimal logic within them.

List.view.Pagination.mov
Kanban.view.Pagination.mov
Calendar.View.Pagination.mov
Gantt.and.Spreadsheet.Pagination.mov

pablohashescobar and others added 30 commits February 26, 2024 12:44
NarayanBavisetti and others added 12 commits June 5, 2024 17:47
* chore: squashed migration

* chore: removed instance migraion

* chore: key changes

* chore: issue activity back migration

* dev: replaced estimate key with estimate id and replaced estimate type from number to string in issue

* chore: estimate point value field

* chore: estimate point activity

* chore: removed the unused function

* chore: resolved merge conflicts

* chore: deploy board keys changed

* chore: yarn lock file change

* chore: resolved frontend build

---------

Co-authored-by: guru_sainath <gurusainath007@gmail.com>
* dev: change layout

* chore: replace workspace slug and project id with anchor

* chore: migration fixes

* chore: update filtering logic

* chore: endpoint changes

* chore: update endpoint

* chore: changed url pratterns

* chore: use client side for layout and page

* chore: issue vote changes

* chore: project deploy board response change

* refactor: publish project store and components

* fix: update layout options after fetching settings

* chore: remove unnecessary types

* style: peek overview

* refactor: components folder structure

* fix: redirect from old path

* chore: make the whole issue block clickable

* chore: removed the migration file

* chore: add server side redirection for old routes

* chore: is enabled key change

* chore: update types

* chore: removed the migration file

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
@rahulramesha rahulramesha marked this pull request as draft June 6, 2024 11:07
@rahulramesha rahulramesha marked this pull request as ready for review June 6, 2024 13:58
@CLAassistant
Copy link

CLAassistant commented Jun 10, 2024

CLA assistant check
All committers have signed the CLA.

@sriramveeraghanta sriramveeraghanta merged commit 666d35a into develop Jun 10, 2024
12 of 14 checks passed
@sriramveeraghanta sriramveeraghanta deleted the feat-pagination branch June 10, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet