Giter Site home page Giter Site logo

potters-teacher-wizard's People

Contributors

datalal avatar dependabot[bot] avatar scottanderson42 avatar

Watchers

 avatar

potters-teacher-wizard's Issues

Basic structure for Dashboard

Similar to the current spreadsheet on the big board for now, maybe with the background from the add points screen comp.

Should also show:

  1. one line per week (week1, week2, week3, week4) only if the week is current (the get_points API will provide this)
  2. a total line for each house (also provided by the get_points API)

I don't think we need Alt and stores for this; just the dashboard React things. KISS.

get_points API

{
'current_week': 'week2',
'week_data': {
'week1': {'gryffindor': 366, 'hufflepuff': 150, etc},
'week2': {},
etc
},
'totals': {'gryffindor': 366, 'hufflepuff': 150, etc}
}

add_points API

{
'house': 'gryffindor',
'points': 25,
'reason': 'For being awesome'
}

Dashboard animations!

Cool animations for the dashboard, like updating numbers or changing the house that is winning.

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.