Coder Social home page Coder Social logo

mvp2's People

Contributors

brianliou avatar negativetwelve avatar tristantao avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

mvp2's Issues

Exit early from payloads not working

In testVizDataScreen, when you do the [density] payload and go through its entirety what is return is the "Exiting Early!" text instead of the "You're done with this part..."

Go to: Data -> Test -> Test Visualize -> [density]

Player should be able to quit out of a a tutorial

When a payload is being delivered, user presses enter to move onto the next payload. But users also need the option to enter "quit" and he/she should be returned to the previous screen without having to press enter many times to finish the tutorial and return.

Don't do this yet, I'll teach you how to "branch", so you can work on your copy of code (while keeping commit / main one fresh).

"back" doesn't work continuously, since it only holds the most recent location

Pressing "back" more than twice, will not result in screen change, since that is the most recent "back", after the last back.

Instead of a single var to hold the most recent screen, the most recent screen/history of screens, needs to be a Stack.

It's a programming challenge, lemme know if you don't want to do it.

Going through payloads

When you go through all the payloads by pressing ENTER you get to one that returns

+++++++++++++++++++++

And then an INFO "Your down with this part.." and you have to press ENTER again

Can we make it so you don't have to press ENTER three more times to get out of payloads?

screenshot 2014-02-08 18 33 19

Entering bracket when trying an action screen

instead of "view", people might enter "[view]", as Jeff did. If this is problematic, we either change the code to handle the bracket (and then notify user that they don't have to use it), or specify more clearly to begin with.

Will get bumped to Sprint 2 if we don't have an answer.

Progress Bar

Users should be able to see their progress somehow.

When you complete an action screen (such as view), "back" doesn't immediately take you back

When you go to data view and go through the "view" action, and finish the steps, pressing "back" after doesn't get you to backup immediately (have to "back" one more time. I'm suspecting that you're not checking if the most recent screen is the same screen as the current screen.
i.e. the following screen stack happens:
["screen1" => "screen2" => "screen3"]
*Now do a screen action, such as view, but "screen3" gets re-added", so your back-stack looks like this:
["screen1" => "screen2" => "screen3" => "screen3"]

So after you finish an action in "view", and you want to go back and visit "viz", you can't do so immediately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.