spiff-arena/spiffworkflow-backend/tests/spiffworkflow_backend/scripts
jasquat ffe2a18ce9 Feature/guest form submission (#447)
* WIP: some initial code to allow anonymous users get a task w/ burnettk

* added scripts to get the url for a given human task w/ burnettk

* users can complete a task anonymously

* pyl

* fixed up login flow and added submission confirmation message for guest tasks w/ burnettk

* added only_guest_task_completion to guest token so we can remove items from the ui with it

* renamed anonymous to guest

* force logout guest users when verifying the token if certain criteria are met and do not do it random controller methods

* also allow saving draft data to use guest users w/ burnettk

* updated bpmn-js-spiffworkflow and added test to test allow guest

* pyl

* fix typo and remove bad file

* remove allow_guest column and moved allow guest check to TaskModel

* removed unnecessary comment

* missing import

* do not allow guest users to see completed tasks and remove save and close button for guest users w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-09-07 10:33:02 -04:00
..
test_get_all_permissions.py let ruff sort imports and ditch duplicative pre-commit linters 2023-05-26 20:01:08 -04:00
test_get_current_task_info.py Feature/guest form submission (#447) 2023-09-07 10:33:02 -04:00
test_get_current_user.py Minor tweaks t othe onboarding page. (#430) 2023-08-03 15:08:25 -04:00
test_get_env.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_get_group_members.py let ruff sort imports and ditch duplicative pre-commit linters 2023-05-26 20:01:08 -04:00
test_get_last_user_completing_task.py let ruff sort imports and ditch duplicative pre-commit linters 2023-05-26 20:01:08 -04:00
test_get_localtime.py Feature/extensions api (#423) 2023-08-02 14:02:53 +05:30
test_get_process_initiator_user.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
test_get_task_data_value.py added a script task script to get a task data value based on key name… (#353) 2023-06-27 10:04:04 -04:00
test_get_url_for_task_with_bpmn_identifier.py Feature/guest form submission (#447) 2023-09-07 10:33:02 -04:00
test_refresh_permissions.py removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00