Prototyped first tease - would appreciate technical feedback.
Posted: Sat Jun 26, 2021 7:00 am
Here's a barebones mockup of my first tease with just enough placeholder text so that why you're the clicking the buttons hopefully makes sense:
https://milovana.com/webteases/showteas ... f83c2ea880
And here's the link to the json page if you wouldn't mind looking under the hood:
https://milovana.com/webteases/geteossc ... f83c2ea880
there's a mini-readme in the init script section to help you navigate.
I'd love to know if
(a) you can find a way to break anything.
(b) the interface and structure of the tease makes sense to you.
(c) there's a better way of coding anything.
I struggled to do some things that felt like they should be pretty basic, so I wouldn't be surprised if I unnecessarily made things too complicated.
I also have a few more general questions:
Is there a better way to debug? Can I move the JS code somewhere to see what values variables are getting and where errors are happening without having to write placeholders for everything happening in the built-in Methods?
Is there a better way to navigate the editor? Creating actions nested in if loops or choices means a lot of clicking back and forth to be able to actual re-access what you were just working on.
Is there any way to search-and-replace text?
Any way to cut and paste a chunk bigger than a single action but smaller than a whole page?
Any way to bookmark the user's current progress on a page so you can send them somewhere else then send them back without having to redo everything on that page?
Any help or feedback is appreciated. Thanks for your time!
https://milovana.com/webteases/showteas ... f83c2ea880
And here's the link to the json page if you wouldn't mind looking under the hood:
https://milovana.com/webteases/geteossc ... f83c2ea880
there's a mini-readme in the init script section to help you navigate.
I'd love to know if
(a) you can find a way to break anything.
(b) the interface and structure of the tease makes sense to you.
(c) there's a better way of coding anything.
I struggled to do some things that felt like they should be pretty basic, so I wouldn't be surprised if I unnecessarily made things too complicated.
I also have a few more general questions:
Is there a better way to debug? Can I move the JS code somewhere to see what values variables are getting and where errors are happening without having to write placeholders for everything happening in the built-in Methods?
Is there a better way to navigate the editor? Creating actions nested in if loops or choices means a lot of clicking back and forth to be able to actual re-access what you were just working on.
Is there any way to search-and-replace text?
Any way to cut and paste a chunk bigger than a single action but smaller than a whole page?
Any way to bookmark the user's current progress on a page so you can send them somewhere else then send them back without having to redo everything on that page?
Any help or feedback is appreciated. Thanks for your time!