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

Sorting support for the web apps #6460

Open
kimwnasptd opened this issue May 1, 2022 · 1 comment
Open

Sorting support for the web apps #6460

kimwnasptd opened this issue May 1, 2022 · 1 comment
Labels

Comments

@kimwnasptd
Copy link
Member

/kind feature

Why you need this feature:
In KF 1.5 we introduced some basic frontend side pagination in #6316. This means that users will no longer see all the Notebooks at once.

We'll need to improve the UX of how people can find their K8s objects faster. A first step for this can be sorting

Describe the solution you'd like:
Right now the apps are polling the backend and are fetching for the full list of objects. This means that the frontend always has the full list available. We should also mention that an orthogonal effort here is to make this more efficient, to reduce the load of constantly polling #5201 #6454

For a first iteration we can do all the sorting in the frontend, since we have the data readily available there

Anything else you would like to add:
@elenzio9 and I have started working on this, for which we should be able to send a PR very soon

@jbottum
Copy link
Contributor

jbottum commented Nov 11, 2022

/priority P1
/area Jupyter

@google-oss-prow google-oss-prow bot added priority/p1 area/jupyter Issues related to Jupyter labels Nov 11, 2022
@kubeflow-bot kubeflow-bot removed this from To Do in Needs Triage Nov 11, 2022
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Add sorting functionality in the common code.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in JWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Add sorting functionality in the common code.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in JWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Add sorting functionality in the common code.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in JWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in VWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in TWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Create unit tests for the sorting functionality.

Signed-off-by: Elena Zioga <elena@arrikto.com>
google-oss-prow bot pushed a commit that referenced this issue Nov 15, 2022
* web-apps(front): Add sorting in common code (#6460)

* Add sorting functionality in the common code.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* jwa(front): Enable sorting in JWA (#6460)

* Enable sorting functionality in JWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in VWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 15, 2022
* Enable sorting functionality in TWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>
google-oss-prow bot pushed a commit that referenced this issue Nov 16, 2022
* vwa(front): Enable sorting in VWA (#6460)

* Enable sorting functionality in VWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* twa(front): Enable sorting in TWA (#6460)

* Enable sorting functionality in TWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* web-apps(front): Fix unit tests

* Fix unit tests.

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
elenzio9 added a commit to arrikto/kubeflow that referenced this issue Nov 23, 2022
Enable sorting in namespace column.

Signed-off-by: Elena Zioga <elena@arrikto.com>
maroroman pushed a commit to maroroman/kubeflow that referenced this issue Feb 7, 2023
* web-apps(front): Add sorting in common code (kubeflow#6460)

* Add sorting functionality in the common code.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* jwa(front): Enable sorting in JWA (kubeflow#6460)

* Enable sorting functionality in JWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
maroroman pushed a commit to maroroman/kubeflow that referenced this issue Feb 7, 2023
* vwa(front): Enable sorting in VWA (kubeflow#6460)

* Enable sorting functionality in VWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* twa(front): Enable sorting in TWA (kubeflow#6460)

* Enable sorting functionality in TWA.

Signed-off-by: Elena Zioga <elena@arrikto.com>

* web-apps(front): Fix unit tests

* Fix unit tests.

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants