spiff-arena/spiffworkflow-backend/tests/spiffworkflow_backend
Dan Funk 73aed82f24 Feature/view data stores (#388)
* * Added /data-stores/ endpoint accessible by privileged users that will return a list of all data stores known to the system.
* Added a /data-stores/[type]/[name] endpoint that will return a list of all data stored within a data-store.
* Granted users with "elevated permissions" the right to access the data store.
* Added a "Data Store" link to the navigation bar beside messages.
* And a few useful tests.
* Still a little front end work to do to get it all looking pretty.

* Added a Data Store List component that, well, displays, you guessed it! A list of data stores and their contents.

Also, Carbon's paginator doesn't care how many pages you have, it's going to build the mother of all drop down lists - you got 60,000,000 records? Showing 5 at a time? It's going to be a dropdown list that contains all numbers between 1 and 12,000,000, because that makes sense! So, yea, not doing that, cutting it off at 1000 pages - you got more pages than that, the paginator can't take you there.  As you can show 100 items per page, that means you can access 100,000 items instantly.

* renaming data_store_items_list => data_store_item_list
2023-07-13 20:54:10 +05:30
..
helpers Feature/autosave and null form data (#346) 2023-06-26 18:26:56 +05:30
integration Feature/view data stores (#388) 2023-07-13 20:54:10 +05:30
scripts added a script task script to get a task data value based on key name… (#353) 2023-06-27 10:04:04 -04:00
unit Feature/view data stores (#388) 2023-07-13 20:54:10 +05:30
__init__.py remove useless comments matching filenames 2023-05-30 12:21:50 -04:00