Use Cases

The repository ships executable examples under useCases/. They are the recommended starting point for end users.

Available examples include:

  • pipe field catalog inspection

  • pipe, phase, and card cascade inspection

  • card field updates

  • card update with extra rules

  • custom field update handlers

  • safe card move

  • file upload and download

  • file upload with custom rules and policies

  • file upload with custom steps

Repository paths

  • useCases/README.md

  • useCases/pipe_field_catalog.py

  • useCases/pipe_cascade_inspection.py

  • useCases/card_update_current_phase.py

  • useCases/card_update_with_extra_rules.py

  • useCases/custom_card_update_handler.py

  • useCases/card_move_safely.py

  • useCases/file_upload_download.py

  • useCases/file_upload_with_rules_and_policies.py

  • useCases/file_upload_with_custom_steps.py