-
Notifications
You must be signed in to change notification settings - Fork 168
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: advanced view of asset index #1384
base: main
Are you sure you want to change the base?
Commits on Sep 19, 2024
-
- created basic layout of index pagination - Added AssetIndexSettings model - Created migration to populate the model for each UserOrganization
Configuration menu - View commit details
-
Copy full SHA for c6862df - Browse repository at this point
Copy the full SHA c6862dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c3655 - Browse repository at this point
Copy the full SHA c9c3655View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a3c64f - Browse repository at this point
Copy the full SHA 0a3c64fView commit details -
swapping between SIMPLE and ADVANCED mode including a hook to handle …
…optimistic value of mode for smoother UI
Configuration menu - View commit details
-
Copy full SHA for 6bb4b84 - Browse repository at this point
Copy the full SHA 6bb4b84View commit details -
- adding columns Json field in AssetIndexSettings - Setting deafualt value for it which consists of the default fields every user has. - creating a migration that updates all the entries in AssetIndexSettings by adding the values of the custom fields in the related organization - Building basic ui with checkboxes for the active columns
Configuration menu - View commit details
-
Copy full SHA for c293cbf - Browse repository at this point
Copy the full SHA c293cbfView commit details -
- adding real relationship between settings and org - handling updating of settings when updating custom fields - creating settings for personal org of new users - creating settings when user creates a new workspace/org
Configuration menu - View commit details
-
Copy full SHA for bce2f0f - Browse repository at this point
Copy the full SHA bce2f0fView commit details
Commits on Sep 23, 2024
-
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for 5c6b504 - Browse repository at this point
Copy the full SHA 5c6b504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ee377 - Browse repository at this point
Copy the full SHA 99ee377View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d2fe3 - Browse repository at this point
Copy the full SHA e8d2fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5e8a9 - Browse repository at this point
Copy the full SHA 6a5e8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 062f503 - Browse repository at this point
Copy the full SHA 062f503View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32f737f - Browse repository at this point
Copy the full SHA 32f737fView commit details -
removing unecessary migrations because everything is now handled insi…
…de getAssetIndexSettings
Configuration menu - View commit details
-
Copy full SHA for fce1cca - Browse repository at this point
Copy the full SHA fce1ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2cf7b - Browse repository at this point
Copy the full SHA fa2cf7bView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3b34d6 - Browse repository at this point
Copy the full SHA b3b34d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c82365 - Browse repository at this point
Copy the full SHA 4c82365View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12ffc6c - Browse repository at this point
Copy the full SHA 12ffc6cView commit details -
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for a7216b8 - Browse repository at this point
Copy the full SHA a7216b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2eec29 - Browse repository at this point
Copy the full SHA e2eec29View commit details -
started work on filters and sorting:
- separated data fetching for assets into 2 different functions for each mode - added filter and sort buttons with popovers - added filters json field in AssetIndexSettings - changed mode swapping to not use optimistic approach, because we need to actually reload the assets page with the correct mode - implemented a 'changing mode' loader screen - made an kind of acceptable version of the sticky header. can still be improved a lot
Configuration menu - View commit details
-
Copy full SHA for 51f60aa - Browse repository at this point
Copy the full SHA 51f60aaView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90f73ac - Browse repository at this point
Copy the full SHA 90f73acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f153908 - Browse repository at this point
Copy the full SHA f153908View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 813f5e9 - Browse repository at this point
Copy the full SHA 813f5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05bf7da - Browse repository at this point
Copy the full SHA 05bf7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b03f3 - Browse repository at this point
Copy the full SHA e9b03f3View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0467c6c - Browse repository at this point
Copy the full SHA 0467c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2869b76 - Browse repository at this point
Copy the full SHA 2869b76View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d5e398 - Browse repository at this point
Copy the full SHA 7d5e398View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe20c38 - Browse repository at this point
Copy the full SHA fe20c38View commit details -
Merge branch '1322-feat-advanced-view-of-asset-index' into feature/ad…
…vanced-asset-index-view
Configuration menu - View commit details
-
Copy full SHA for e647bf3 - Browse repository at this point
Copy the full SHA e647bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5434058 - Browse repository at this point
Copy the full SHA 5434058View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4f9125 - Browse repository at this point
Copy the full SHA d4f9125View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa625f6 - Browse repository at this point
Copy the full SHA aa625f6View commit details -
Merge branch '1322-feat-advanced-view-of-asset-index' into feature/ad…
…vanced-asset-index-view
Configuration menu - View commit details
-
Copy full SHA for b731ca2 - Browse repository at this point
Copy the full SHA b731ca2View commit details -
Merge branch 'feature/advanced-asset-index-view' of github.com:rockin…
…grohit9639/shelf.nu into feature/advanced-asset-index-view
Configuration menu - View commit details
-
Copy full SHA for f2434c0 - Browse repository at this point
Copy the full SHA f2434c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4357763 - Browse repository at this point
Copy the full SHA 4357763View commit details -
Merge branch '1322-feat-advanced-view-of-asset-index' into feature/ad…
…vanced-asset-index-view
Configuration menu - View commit details
-
Copy full SHA for d20e294 - Browse repository at this point
Copy the full SHA d20e294View commit details -
Merge pull request #1335 from rockingrohit9639/feature/advanced-asset…
…-index-view fix(assets-index): update view of advanced assets index page
Configuration menu - View commit details
-
Copy full SHA for b16b55c - Browse repository at this point
Copy the full SHA b16b55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8af1de - Browse repository at this point
Copy the full SHA b8af1deView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28026b0 - Browse repository at this point
Copy the full SHA 28026b0View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98c333d - Browse repository at this point
Copy the full SHA 98c333dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02bffd - Browse repository at this point
Copy the full SHA a02bffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dece2c9 - Browse repository at this point
Copy the full SHA dece2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9977f4e - Browse repository at this point
Copy the full SHA 9977f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e41c593 - Browse repository at this point
Copy the full SHA e41c593View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fd117 - Browse repository at this point
Copy the full SHA f0fd117View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a20348 - Browse repository at this point
Copy the full SHA 1a20348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d6d44 - Browse repository at this point
Copy the full SHA 81d6d44View commit details
Commits on Oct 11, 2024
-
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for 908fae7 - Browse repository at this point
Copy the full SHA 908fae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d9808 - Browse repository at this point
Copy the full SHA 91d9808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d5f78 - Browse repository at this point
Copy the full SHA 24d5f78View commit details
Commits on Oct 14, 2024
-
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for 05c2ece - Browse repository at this point
Copy the full SHA 05c2eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b651b4a - Browse repository at this point
Copy the full SHA b651b4aView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2179e2f - Browse repository at this point
Copy the full SHA 2179e2fView commit details
Commits on Oct 16, 2024
-
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for 17e0994 - Browse repository at this point
Copy the full SHA 17e0994View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1246a6 - Browse repository at this point
Copy the full SHA c1246a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6759964 - Browse repository at this point
Copy the full SHA 6759964View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8001d7 - Browse repository at this point
Copy the full SHA e8001d7View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eef80ce - Browse repository at this point
Copy the full SHA eef80ceView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e435b43 - Browse repository at this point
Copy the full SHA e435b43View commit details -
- implemented filtering on relation fields - added qrId column and implemented sorting and filtering - updated types and implemented special type for the assets returned by the advanced index - implemented some safety checks and improved schema
Configuration menu - View commit details
-
Copy full SHA for ce58a5f - Browse repository at this point
Copy the full SHA ce58a5fView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee772e1 - Browse repository at this point
Copy the full SHA ee772e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fb721 - Browse repository at this point
Copy the full SHA b2fb721View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb5d5e7 - Browse repository at this point
Copy the full SHA fb5d5e7View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c7b666 - Browse repository at this point
Copy the full SHA 1c7b666View commit details -
starting work on logical ORs implemented via operator. Fixed types by…
… adding everything to schema
Configuration menu - View commit details
-
Copy full SHA for b0d2005 - Browse repository at this point
Copy the full SHA b0d2005View commit details -
creation option for IN operator for enums, including a multi value se…
…lect for the enum field
Configuration menu - View commit details
-
Copy full SHA for 451e53b - Browse repository at this point
Copy the full SHA 451e53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e608756 - Browse repository at this point
Copy the full SHA e608756View commit details -
implementing matchesAny and containsAny for string/text fields, relat…
…ion fields and custom fields with type single and multi line
Configuration menu - View commit details
-
Copy full SHA for aec6d69 - Browse repository at this point
Copy the full SHA aec6d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fadfc4 - Browse repository at this point
Copy the full SHA 5fadfc4View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0747dd3 - Browse repository at this point
Copy the full SHA 0747dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb58e1 - Browse repository at this point
Copy the full SHA 5eb58e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e817e77 - Browse repository at this point
Copy the full SHA e817e77View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1c6528 - Browse repository at this point
Copy the full SHA e1c6528View commit details -
making sure assetIndexSettings are updated on assetImport when new cu…
…stom fields are created. Also implemented an extra validation that runs when settings are loaded and makes sure the data in the AssetIndexSettings.columns is valid
Configuration menu - View commit details
-
Copy full SHA for 172f107 - Browse repository at this point
Copy the full SHA 172f107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e45623 - Browse repository at this point
Copy the full SHA 5e45623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4a141 - Browse repository at this point
Copy the full SHA 3c4a141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e30180 - Browse repository at this point
Copy the full SHA 7e30180View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3c1f37 - Browse repository at this point
Copy the full SHA d3c1f37View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e60606 - Browse repository at this point
Copy the full SHA 5e60606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3368db5 - Browse repository at this point
Copy the full SHA 3368db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9525426 - Browse repository at this point
Copy the full SHA 9525426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6659d85 - Browse repository at this point
Copy the full SHA 6659d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ba63d - Browse repository at this point
Copy the full SHA 39ba63dView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 352f426 - Browse repository at this point
Copy the full SHA 352f426View commit details -
mark substring - our own implementation for highlighting text on the …
…dom based on search query
Configuration menu - View commit details
-
Copy full SHA for a3c9cd1 - Browse repository at this point
Copy the full SHA a3c9cd1View commit details -
polishing ui, fixing pagination, updating model filter hook to do loc…
…al filtering when all data is loaded
Configuration menu - View commit details
-
Copy full SHA for d09b44b - Browse repository at this point
Copy the full SHA d09b44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b24c723 - Browse repository at this point
Copy the full SHA b24c723View commit details
Commits on Oct 31, 2024
-
Merge remote-tracking branch 'origin/main' into 1322-feat-advanced-vi…
…ew-of-asset-index
Configuration menu - View commit details
-
Copy full SHA for 784f902 - Browse repository at this point
Copy the full SHA 784f902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640ed3d - Browse repository at this point
Copy the full SHA 640ed3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae04a2 - Browse repository at this point
Copy the full SHA 0ae04a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fe49e - Browse repository at this point
Copy the full SHA 96fe49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 705e93c - Browse repository at this point
Copy the full SHA 705e93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25310ce - Browse repository at this point
Copy the full SHA 25310ceView commit details