Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 2.46 KB

TODO.md

File metadata and controls

58 lines (55 loc) · 2.46 KB

Todos

  • [x][m] Router : allow leading slash ?
  • [x][m] Reload current page
  • [x][m] Prevent xlink:href on link enter (eg: SVG)
  • [x][s] No transitions ? weird behavior…
  • [ ][w] BS, how to fix it (definitely)
  • [ ][m] (npm)ignore .DS_Store files

  • @barba/
    • transitions (basic, ready-to-use. e.g.: fade, slide, …)
    • css (add CSS classes via hooks)
    • loader ??? (programatically fetch and cache pages - also see quicklink)
  • Tests:
    • unit tests
    • e2e tests (puppetteer? / cypress?)
  • Documentation
    • Manual (instructions, examples, …)
    • Auto generated from code
  • Builds / releases
    • auto-update version(s)
    • auto-update changelogs
    • auto-update file gzip size (website and readme)
    • CI (tests, coverage on push, PR, …)
    • Force git commit to follow a certain schema
  • License (find correct open source license)
  • Community
    • Github issue template
    • Forum / chat -> Slack
  • Other