Code Monkey home page Code Monkey logo

confagenda's People

Contributors

aurelioderosa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ystallonne neotim

confagenda's Issues

The date in the URL is incorrect

Commit a28a8a7, that solved issue #6, adds incorrect dates to the URL. The format used in the JSON file provides the date in a format that doesn't need to increment the month by 1. In particular, lines 1 and 2 must be removed.

Improve rendering performance

At the moment all the talks of the "Tracks" page are re-rendered after a user interaction, like the user starring a talk or visiting another page and then return to "Tracks", or the application fetching the data from the server. The process can be improved by re-rendering only the talks that have their state changed.

The process can be heavily improved especially when the user stars a talk. In this case all the tracks of that day are re-rendered instead of updating only the talk starred and a previously starred talk at the same time, if any.

Encode talk titles

Talk titles aren't encoded and this may cause issues if they contain special characters like "/".

Push states in the browser history when changing day or track

When changing the day or the track visualized, the history of the browser should be updated. For example, if the user is browsing the track "JavaScript" of the 6th April 2015, the URL should be something like "/conference/04-06-2015/JavaScript". The URL allows the application to save its state that has two main benefits:

  • Let the user access the tracks of a given day or a specific track of a given day by specifying a URL
  • When going back in the history after reading the details of a speaker or a talk, the application will show the last day and track combination accessed

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.