mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
update: fix wrong role labels
This commit is contained in:
parent
445e2a4923
commit
f86c9a3623
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Mermaid Diagram Notes:
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A["1A. 👤 User: Submits App Request or Issue<br/>(via '🙋 Request an App with Github' from doesitarm.com OR directly to GitHub repo)"] --> B["2A. 👤 User: Check for Existing Issue<br/>(Search query page from doesitarm.com)"]
|
A["1A. 👤 User: Submits App Request or Issue<br/>(via '🙋 Request an App with Github' from doesitarm.com OR directly to GitHub repo)"] --> B["2A. 👤 User: Check for Existing Issue<br/>(Search query page from doesitarm.com)"]
|
||||||
B -- Not Found --> C["3A. 👤 User: Fill Out Issue Form<br/>(App Name, Status, Category, Links, Screenshot)"]
|
B -- Not Found --> C["3A. 👤 User: Fill Out Issue Form<br/>(App Name, Status, Category, Links, Screenshot)"]
|
||||||
C --> D["4A. ⚙️ System: Label as 'New App Request'"]
|
C --> D["4A. ⚙️ System: Label as 'New App Request'<br/>(Auto-applied via App Update Template)"]
|
||||||
D --> E["5A. 🔧 Maintainer: Type of Issue?"]
|
D --> E["5A. 🔧 Maintainer: Type of Issue?"]
|
||||||
E -- New App Request --> F["6A. 🔧 Maintainer: Reviews Submission"]
|
E -- New App Request --> F["6A. 🔧 Maintainer: Reviews Submission"]
|
||||||
F -- Info Complete --> F2["7A. 🔧 Maintainer: Comment Thank You"]
|
F -- Info Complete --> F2["7A. 🔧 Maintainer: Comment Thank You"]
|
||||||
|
|
@ -40,7 +40,7 @@ flowchart TD
|
||||||
J5 --> J1
|
J5 --> J1
|
||||||
J3 -- Approved --> L1["17A. 🔧 Maintainer: Comment that App is Live"]
|
J3 -- Approved --> L1["17A. 🔧 Maintainer: Comment that App is Live"]
|
||||||
I3 --> L1
|
I3 --> L1
|
||||||
L1 --> K["18A. ⚙️ System: Close Issue"]
|
L1 --> K["18A. 🔧 Maintainer: Close Issue"]
|
||||||
|
|
||||||
E -- App Update --> L["1C. 👤 User: Reports Update<br/>(e.g. Native Support Now Available)"]
|
E -- App Update --> L["1C. 👤 User: Reports Update<br/>(e.g. Native Support Now Available)"]
|
||||||
L --> M["2C. 👤 User: Provide Evidence<br/>(Links, Screenshots)"]
|
L --> M["2C. 👤 User: Provide Evidence<br/>(Links, Screenshots)"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue