Giter Site home page Giter Site logo

fringr2-fe's People

Contributors

dependabot[bot] avatar linusrachlis avatar

Watchers

 avatar

fringr2-fe's Issues

Support multiple festival data sets

  • Needs a standardized format
  • Needs a UI affordance to switch between festivals
  • If done after #37, need to refactor the save mechanism to be "per-festival"

Restrict show times you're interested in

For example, if someone can't do week days from 9-5, or evenings after 10pm, they could filter out those show times.

UI complexity may balloon in proportion to flexibility...

Save selected shows and selected perfs

I think the best option is to encode them in the URL and update it live as you change state. Then you can copy the URL at any moment and share it to share your state.

If that's too much data for the URL for some reason, it could be in localStorage instead.

Or it could be in LS by default, with a button to copy a URL to share.

Automatic conflict detection

Examples:

  • Warn if you select overlapping performances.
  • Can you look up travel times progammatically with GMaps or another API? If so, could warn when perfs are too close together to travel between.

Easy directions lookup between venues

Options:

  • select two calendar items to lookup map directions?
  • provide a link for a given day that looks up map directions for all that day's venues, in the right order?

Compute unique colour from show title?

The idea is essentially "hashing" a given show title into the 24-bit colour space available. Cool, but not sure how good this UX would actually be.

Concerns:

  • Some colours might coincidentally be too close together. However, given a realistic number of shows and a hashing algorithm with good uniformity, I think this is unlikely.
  • How to account for colour-blindness? Depends how I solve #36. I was thinking to address that using shapes or other non-colour factors. Might be neat to compute unique shapes too, like Github's Identicons.

Address type errors

As a follow-up to #33 , address type issues and learn more about modern React/Typescript.

  • Reinstate noImplicitAny rule
  • Fix all type errors

Don't wrap show / venue names

They should be able to extend farther than the "end time" line, as long as that line is still clear. This will save lots of vertical space and allow seeing more performances without scrolling so much.

Note, they may still have to wrap for performances that are at the right edge of the screen. Not sure how to deal with that yet.

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.