@@ -50,30 +50,30 @@ Key Capabilities
5050Key Models
5151~~~~~~~~~~
5252
53- +----------------------------------+----------------------------------+
54- | Model | Description |
55- +==================================+==================================+
56- | ``spp.studio.event.type `` | Custom event type definition |
57- | | with draft/active lifecycle |
58- +----------------------------------+----------------------------------+
59- | ``spp.studio.event.field `` | Field definition with type, |
60- | | validation, and visibility |
61- +----------------------------------+----------------------------------+
62- | ``spp.studio.event.field.group `` | Groups fields into tabs in the |
63- | | data entry wizard |
64- +----------------------------------+----------------------------------+
65- | ``s | Reusable template containing |
66- | pp.studio.event.field.template`` | field definitions |
67- +----------------------------------+----------------------------------+
68- | ``spp.st | Field definition within a |
69- | udio.event.field.template.line`` | template |
70- +----------------------------------+----------------------------------+
71- | ``spp.studio.event.type.wizard `` | 3-step wizard for creating event |
72- | | types |
73- +----------------------------------+----------------------------------+
74- | ``spp.event.data.entry.wizard `` | Generated wizard for entering |
75- | | event data |
76- +----------------------------------+----------------------------------+
53+ +------------------------------------------ +----------------------------------+
54+ | Model | Description |
55+ +========================================== +==================================+
56+ | ``spp.studio.event.type `` | Custom event type definition |
57+ | | with draft/active lifecycle |
58+ +------------------------------------------ +----------------------------------+
59+ | ``spp.studio.event.field `` | Field definition with type, |
60+ | | validation, and visibility |
61+ +------------------------------------------ +----------------------------------+
62+ | ``spp.studio.event.field.group `` | Groups fields into tabs in the |
63+ | | data entry wizard |
64+ +------------------------------------------ +----------------------------------+
65+ | ``spp.studio.event.field.template `` | Reusable template containing |
66+ | | field definitions |
67+ +------------------------------------------ +----------------------------------+
68+ | ``spp.studio.event.field.template.line `` | Field definition within a |
69+ | | template |
70+ +------------------------------------------ +----------------------------------+
71+ | ``spp.studio.event.type.wizard `` | 3-step wizard for creating event |
72+ | | types |
73+ +------------------------------------------ +----------------------------------+
74+ | ``spp.event.data.entry.wizard `` | Generated wizard for entering |
75+ | | event data |
76+ +------------------------------------------ +----------------------------------+
7777
7878Configuration
7979~~~~~~~~~~~~~
@@ -99,20 +99,18 @@ UI Location
9999Security
100100~~~~~~~~
101101
102- +----------------------------------+----------------------------------+
103- | Group | Access |
104- +==================================+==================================+
105- | `` | Read event types and templates |
106- | spp_studio.group_studio_viewer`` | |
107- +----------------------------------+----------------------------------+
108- | ``spp_stud | Read/Write/Create on event |
109- | io.group_studio_editor_officer`` | types, fields, and templates (no |
110- | | delete on event |
111- | | types/fields/templates) |
112- +----------------------------------+----------------------------------+
113- | ``s | Full CRUD |
114- | pp_studio.group_studio_manager`` | |
115- +----------------------------------+----------------------------------+
102+ +--------------------------------------------+----------------------------------+
103+ | Group | Access |
104+ +============================================+==================================+
105+ | ``spp_studio.group_studio_viewer `` | Read event types and templates |
106+ +--------------------------------------------+----------------------------------+
107+ | ``spp_studio.group_studio_editor_officer `` | Read/Write/Create on event |
108+ | | types, fields, and templates (no |
109+ | | delete on event |
110+ | | types/fields/templates) |
111+ +--------------------------------------------+----------------------------------+
112+ | ``spp_studio.group_studio_manager `` | Full CRUD |
113+ +--------------------------------------------+----------------------------------+
116114
117115Extension Points
118116~~~~~~~~~~~~~~~~
0 commit comments