Last active
November 5, 2025 20:54
-
-
Save renovatorruler/de466364c7961ae68295ab6b69123b46 to your computer and use it in GitHub Desktop.
Brehon*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Brehon* | |
| is logged in -> LoggedIn | |
| not logged in -> LoginSignup | |
| LoginSignup | |
| login -> Login | |
| sign up -> Sign Up | |
| Login | |
| enter username-password -> Explore Threads | |
| Sign Up | |
| enter signup info -> Explore Threads | |
| LoggedIn* | |
| login or signup -> LoginSignup | |
| Explore Threads | |
| click on a thread -> Thread Page | |
| create a new thread -> Create Thread | |
| Thread Page | |
| create a new thread -> Create Thread | |
| make an attempt -> Make Attempt | |
| challenge an attempt -> Challenge Attempt | |
| Thread Created | |
| success -> Thread Page | |
| Create Thread | |
| enter title-rules -> Thread Created | |
| Make Attempt | |
| enter details -> Attempt Created | |
| Attempt Created | |
| success -> Thread Page | |
| Challenge Flow | |
| Challenge Attempt | |
| choose a brehon -> Brehon Selected | |
| Brehon Selected | |
| accept fee and confirm -> Challenge Initiated | |
| Challenge Initiated | |
| Accept Challenge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Has Site Brehon Sponsorship | |
| Has Site Brehon Sponsorship | |
| sponsored already so post -> Thread Created | |
| not sponsored -> Choose A Sponsor | |
| Choose A Sponsor | |
| choose third party sponsor -> Thread Created | |
| choose Brehon-com as sponsor -> Thread Created | |
| reject -> Explore Threads | |
| */ | |
| function render(model){ | |
| return $("span", "The current state is: " + model.active_states[0].name); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment