Skip to content

Shuunen/ging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GING

Code Climate maintainability Project license Code Climate maintainability GitHub license Website up

logo

GING Is Not Gantt, but kind of :)

Features

  • keyboard navigation & used
  • responsive / mobile friendly
  • handle GitHub login to save app state to a private Gist

Todo

  • limit fonts used in src\plugins\webfontloader.ts
  • data from & to url
  • export JSON state to file
  • allow loading that JSON file
  • floating plus button that dynamically add project/step
  • refresh button to clear cache & get latest version
  • edit step in modal
  • add Markdown description to a step
  • add complete status on a step
  • allow complete step on edit mode
  • underline project title with completion percent
  • add arrows to navigate horizontally step by step
  • WHERE IS THE KONAMI CODE ?!?
  • suggests notifications to help user keep in mind an incoming
  • add color edit to existing projects
  • add step error only appears in console
  • step selection not clear
  • step add input has no char limit
  • remove eslintrc overrides for vue files
  • add benchmarks for common tasks : build, lint, test, etc
  • migrate to Nuxt ?
  • add "store.$onAction" feature back
  • stop using check method in unit tests
  • try to import only used icons (actually all are imported and it cost 300k of css)
  • migrate remaining components to script setup

Thanks

  • Eslint : super tool to find & fix problems
  • Github : for all their great work year after year, pushing OSS forward
  • Netlify : awesome company that offers free CI & hosting for OSS projects
  • Repo-checker : eslint cover /src code and this tool the rest ^^
  • Shields.io : for the nice badges on top of this readme
  • Shuutils : collection of pure JS utils
  • TailwindCss : awesome lib to produce maintainable style
  • V8 : simple & effective cli for code coverage
  • Vite : super fast frontend tooling
  • Vitest : super fast vite-native testing framework
  • Vue : when I need a front framework, this is the one I choose <3