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

Ms2/process list fixes #283

Merged
merged 10 commits into from
May 31, 2024
Merged

Ms2/process list fixes #283

merged 10 commits into from
May 31, 2024

Conversation

FelipeTrost
Copy link
Contributor

@FelipeTrost FelipeTrost commented May 18, 2024

Summary

This solves some points of #259

Folders

  • changed folder properties to match processes updatedAt -> lastEdited createdAt -> createdOn
  • fixed folder unit tests
  • disallowed changing a folder's environmentId

Process list

  • name column cannot be deselected
  • all columns except for description can be sorted while keeping folders on top

Fuzy search

  • make sure that value of a searched key has always a string

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-283---ms-server-staging-c4f6qdpj7q-ew.a.run.app

@OhKai OhKai merged commit 3d046d6 into main May 31, 2024
11 checks passed
@OhKai OhKai deleted the ms2/process-list-fixes branch May 31, 2024 15:03
@OhKai OhKai mentioned this pull request May 31, 2024
1 task
MaxiLein added a commit that referenced this pull request Jun 4, 2024
* refactor(folder-schema): changed properties to match processes

* fix(folders): environmentId cannot be changed

* fix(fuzzy-search): value is always a string

* fix(processes): update correct folder

the updateFolder function was using the parent folder id

* fix(unit-tests:folders): filter folders correctly

* feat(process-list): all columns except description can be sorted

* feat(process-list): name column cannot be deselected

* fix(e2e-tests): deleted Name column from tests because it cannot be toggled anymore
OhKai pushed a commit that referenced this pull request Jun 20, 2024
* Ms2/process list fixes (#283)

* refactor(folder-schema): changed properties to match processes

* fix(folders): environmentId cannot be changed

* fix(fuzzy-search): value is always a string

* fix(processes): update correct folder

the updateFolder function was using the parent folder id

* fix(unit-tests:folders): filter folders correctly

* feat(process-list): all columns except description can be sorted

* feat(process-list): name column cannot be deselected

* fix(e2e-tests): deleted Name column from tests because it cannot be toggled anymore

* updated scrollbar

* added container for scrollbar

* removed console.log's

* added lazy viewer

* added proceed loading indicator

* shrink loading indicator

* adress requested changes

* only animate visible loaders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants