Skip to content

Instantly share code, notes, and snippets.

@PoslinskiNet
Last active May 4, 2017 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PoslinskiNet/3ac5833015517d8ece2e0cf8b0c9905b to your computer and use it in GitHub Desktop.
Save PoslinskiNet/3ac5833015517d8ece2e0cf8b0c9905b to your computer and use it in GitHub Desktop.
Moving Motivators Application

Moving Motivators App

Based on https://management30.com/practice/moving-motivators/

Guest: not logged user Member: logged user

  • Application sourcecode should be available in your Github repository
  • App is accessible for guests and members.
  • Guest can access Menu screen with the list of motivator decks created by members.
  • Guest can register & login (to simplify for end-users you can use google auth - optional)
  • Members can create/edit/remove decks (Member can sort cards in deck)
  • Backend: mocked solution (Express / Lux / HttpMock or even Firebase… other solutions are also acceptable - app must be testable for the reviewer - keep in mind to leave some documentation “how to start” or even better deploy it to heroku)
    • Models:
      • Users,
      • Motivator decks (name) and order of Motivator cards (each deck can have different order)
      • Motivator cards are predefined (title, picture, description, position, motivator deck (parent))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment