Store level-defaults together with adventures #2373
Closed
TiBiBa
started this conversation in
Implementation discussions
Replies: 1 comment
-
Fixed by #2428 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we have two main sources for our code examples:
With the fixing of #2371 we separate the commands from the level-defaults as they are conceptually different. The commands "try it" window is no longer as prominent in our UI as it was before we remove the sidebar. After this splitsing we are left with three different main components:
Conceptually the level-defaults and adventures are the same: We provide the user with a short intro / explanation, combined with a code snippet or example code. They are able to save program with level name (level-defaults) or adventure name (adventures). The current tab structure is overly complex due to the effort to merge these two files together into one usable UI.
This can be simplified by adding the level-defaults as a seperate "start" adventure to the adventures files, removing the level-defaults structure all together. This will simplify our back-end significantly and also simplify the work for our translators.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions