Commit Graph

61 Commits

Author SHA1 Message Date
Phillana26 4d471b019a
Bpmn_section (#412)
* how to and spiff sparkles

* how to and spiff spiffsparkles

* rename  data_object_properties.png

* change name images/data_object_prop.png

* downcase png files

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-24 09:10:31 -07:00
Phillana26 7465112166
Articles (#395)
* articles section

* Articles section updated

---------

Co-authored-by: Kevin Burnett <18027+burnettk@users.noreply.github.com>
2023-07-19 13:27:15 -07:00
usama9500 3d6d1e31e8
Adding Building blocks (#381)
* Adding Building blocks

* Adding examples of building blocks

* Formatting

* Formatting images and text

* Fixing KB Comments

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-13 10:23:46 -04:00
jasquat 6f981b406e
commented out references to how_to doc since how_to was deleted w/ burnettk 2023-07-07 16:56:37 -04:00
Phillana26 509fe2f22e
in_depth_topics (#376)
* in_depth_topics

* Mostly fixing capitalized names and some foward vs back-slashes in file paths.

---------

Co-authored-by: danfunk <daniel.h.funk@gmail.com>
2023-07-07 16:00:57 -04:00
usama9500 9df4614e7b
Adding Essential Example (#365)
* Adding Essential Example

* fixing lowercase Images

* fixing image size

* fixing build issues

* Image Alignments

* minor tweaks.

---------

Co-authored-by: danfunk <daniel.h.funk@gmail.com>
2023-07-07 15:39:00 -04:00
Phillana26 6d359c163b
Create how to (#348)
* how_to_section

* how-to-before-index

* Fixed links and image sizes

* fix links and images size

* push

* kill last notion links

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: danfunk <daniel.h.funk@gmail.com>
2023-07-07 15:10:24 -04:00
jasquat 99de1432b0
Feature/interstitial summary part 3 (#367)
* throw an error if backend gives a 500 from interstitial page w/ burnettk

* turn unexpected errors for the interstitial page into event stream responses to avoid error misdirection

* pyl

* raise the api_error from the original and make the render_data method private

* Feature/interstitial summary (#337)

* * Process instance logs and messages are now components rather than pages, and are included within tabs on the process instance page, along with the diagram.
* Removed the Zoom and Move modules when showing the readonly
  Diagram.  Assured this readonly view is resized to fit the space when possible.
* Checkbox Widget no longer displays a duplicate label.
* CSS Tweaks
  * All pages are limited to a max display width of 1440, with auto margins to center the main content on the page.
  * "Show" pages, like ProcessInstanceShow, TaskShow have the primary content limited to 1000, also with auto-margins.
  * Paragraphs, headings, blockquotes, list items are limited to a width of 640.
  * Reduced margin bottom on all breadcrumbs.
  * Slightly reduced the width and margin of tiles
  * ordered lists and unordered lists show numbers and bullets now.
* End user Instructions component can, optionally, auto-collapse, so that only a portion is displayed, along with a toggle.  This is how it is set up for the ProcessInstanceShow page.
* Greatly reduced the lag in the interstitial page when doing a re-direct.

* run_pyl

* kill console

* wait for permissionsLoaded too since we are using ability.can

* Previous change removed the top level Messages page - this re-adds it.

* I am always, ALWAYS shocked at how I can not wrap my head around when and where to use "useEffect".

This should cause the show/hide Instructions toggle to only show when useful.

* Minor cleanup on the process instance properties display.

* linting

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>

* Fix a linting error.

* minor permissions related fixes for the new ui.

* Revert "Revert "Feature/better subworkflow management (#331)""

This reverts commit 3becffc14f.

* do not execute tasks from the process instance show page w/ burnettk

* pyl w/ burnettk

* Very minor UI tweak to resolve a number of issues mentioned in SPIFF-316 Notion Ticket:

* Markdown links now open in a new window
* Tables on the home pages are now contained within Grids to better align them with the other content that is in a grid.
* Right aligned the "process instance list link" button to it is flush right with the table underneath
* Gave a little more breathing room the content on the info/metadata in the process instance view .

* updated docker image build action to contain the appropriate version info w/ burnettk

* properly resize to the available columns depending on s/m/l

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: Dan Funk <daniel.h.funk@gmail.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-03 10:54:54 +05:30
jasquat eeddf4964d
added build command for docs and created github action w/ burnettk 2023-06-26 11:33:27 -04:00
usama9500 1cce565d7d
fixing main (#351) 2023-06-26 10:40:42 -04:00
usama9500 e31d430ad0
Spiffdemo getting started section (#350)
* Spiffdemo getting started section

* ventilated prose

* Updates images

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-06-26 13:39:41 +05:00
Phillana26 654ce15a7c
Create_how_to (#347)
* how_to_section

* how-to-before-index
2023-06-23 00:13:03 +05:00
burnettk 90d3b0969f
Revert "processes to process models"
This reverts commit a4e0c74430.
2023-06-19 09:08:46 -04:00
burnettk a4e0c74430
processes to process models 2023-06-19 08:27:06 -04:00
burnettk 0d228e917b
Revert "Feature/interstitial summary (#337)"
This reverts commit 28086575fe.
2023-06-19 08:19:36 -04:00
Dan Funk 28086575fe
Feature/interstitial summary (#337)
* * Process instance logs and messages are now components rather than pages, and are included within tabs on the process instance page, along with the diagram.
* Removed the Zoom and Move modules when showing the readonly
  Diagram.  Assured this readonly view is resized to fit the space when possible.
* Checkbox Widget no longer displays a duplicate label.
* CSS Tweaks
  * All pages are limited to a max display width of 1440, with auto margins to center the main content on the page.
  * "Show" pages, like ProcessInstanceShow, TaskShow have the primary content limited to 1000, also with auto-margins.
  * Paragraphs, headings, blockquotes, list items are limited to a width of 640.
  * Reduced margin bottom on all breadcrumbs.
  * Slightly reduced the width and margin of tiles
  * ordered lists and unordered lists show numbers and bullets now.
* End user Instructions component can, optionally, auto-collapse, so that only a portion is displayed, along with a toggle.  This is how it is set up for the ProcessInstanceShow page.
* Greatly reduced the lag in the interstitial page when doing a re-direct.

* run_pyl

* kill console

* wait for permissionsLoaded too since we are using ability.can

* Previous change removed the top level Messages page - this re-adds it.

* I am always, ALWAYS shocked at how I can not wrap my head around when and where to use "useEffect".

This should cause the show/hide Instructions toggle to only show when useful.

* Minor cleanup on the process instance properties display.

* linting

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-06-16 09:53:20 -04:00
danfunk 59b974a9ce updaing the wishlist. 2023-06-13 11:31:28 -04:00
Kevin Burnett f711aa824f
remove backend docs dir (#325)
* remove backend docs dir

* remove reference to gone dir

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-06-12 09:28:58 -07:00
usama9500 26d7efb598
update elements and content (#318) 2023-06-09 12:26:42 -07:00
jbirddog ec893e5c60
Update wish_list.md (#322)
Adding some connector proxy wish list items
2023-06-09 12:24:17 -07:00
usama9500 bde650a0be
Docs/basics content (#315)
* Basics content add

* Fixing the stylesheet so forms wrap correctly.

* fixing basics symbols

---------

Co-authored-by: danfunk <daniel.h.funk@gmail.com>
2023-06-09 12:31:01 +05:00
usama9500 ee3c9d9409
Basics content add (#310)
* Basics content add
* Fixing the stylesheet so forms wrap correctly.

---------

Co-authored-by: danfunk <daniel.h.funk@gmail.com>
2023-06-08 08:27:58 -04:00
Dan Funk 89822059d9
File tree update (#306)
* File tree update

* Update learn_basics.md

---------

Co-authored-by: Phillana26 <134319064+Phillana26@users.noreply.github.com>
2023-06-07 12:39:43 +05:00
jbirddog 844defa3ed
Start of DevOps/Connector Proxy docs (#301)
* WIP, moving over connector proxy docs

* Updated docs
2023-06-06 10:21:08 -07:00
usama9500 51f5963f20 fixing column symbols 2023-06-06 18:55:09 +05:00
usama9500 566e1bd7a3 adding content in basics 2023-06-06 13:42:22 +05:00
usama950 fa691174e0 Updating structure of getting started section 2023-06-03 13:51:24 +05:00
danfunk ebb8b243b2 Documentation Updates
- updated conf.py with some new settings
- updated the documentation
- provided an example of section heading
- added a few additional requirements
2023-06-02 08:25:39 -04:00
jasquat 3c83557b30
added admin guide doc to explain how to delete and terminate a process instance w/ burnettk 2023-06-01 16:55:30 -04:00
danfunk c0102587ef updaing the wishlist. 2023-06-01 15:08:55 -04:00
danfunk bf85a37a02 adding wishlist to the documentation. 2023-05-31 14:04:37 -04:00
usama950 2370ac3a97 Updating content 2023-05-30 16:03:41 +05:00
usama950 2b854dc934 Updating content 2023-05-30 15:52:32 +05:00
usama9500 994ccc4e0c images replaced on how to respond to request 2023-05-26 19:11:35 +05:00
usama9500 bfec4c30b6 Getting started section updates 2023-05-25 19:26:01 +05:00
usama9500 5bdcb0f6e5 Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-05-24 19:22:54 +05:00
usama9500 2ada0c42a9 Text removed 2023-05-24 19:18:41 +05:00
burnettk 96d7c32141
add docs on BPMN unit tests 2023-05-23 18:07:57 -04:00
usama9500 11568b4b6d Fixing Dan's constant seplling mistakes 2023-05-23 21:19:10 +05:00
calexh-sar 3e39886343 Changed 'things' to 'formatting options' 2023-05-23 12:06:24 -04:00
usama9500 fd6e0eb3d2 Fixing Dan's constant seplling mistakes 2023-05-23 11:43:50 +05:00
usama9500 214462904e Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-05-23 11:38:27 +05:00
usama9500 24acf4c2e2 Fixing Dan's constant seplling mistakes 2023-05-23 11:36:04 +05:00
Phillana26 5e1d621ea1 Phillana Undo 2023-05-22 22:13:37 +02:00
Phillana26 6983f4961f Phillana Test 2023-05-22 22:09:35 +02:00
burnettk 92e19aae25
add make lint target 2023-05-21 19:25:52 -04:00
burnettk bafa70e82d
add lint target for make 2023-05-20 15:33:00 -04:00
burnettk 146bbae8ad
fix all markdownlint issues 2023-05-20 15:28:53 -04:00
burnettk 8aabf39465
doc updates 2023-05-20 14:35:32 -04:00
burnettk ef8966a537
doc markdownlint 2023-05-19 10:54:01 -04:00