better-diff icon indicating copy to clipboard operation
better-diff copied to clipboard

Roadmap

Open ElianCordoba opened this issue 2 years ago • 0 comments

Core:

  • [ ] Alignment algo Remove old logic, create new one based on the work done for move aligment
  • [ ] Comment support
  • [ ] Multi-lang architecture
    • [ ] Abstract current work #53
    • [ ] Add a new lang, using tree-sitter
  • [ ] Literals diffing #26
  • [ ] Move parsing to the frontend so it can be run without server

Front

  • [ ] Hide unchanged lines
  • [ ] Fallback to standard git diff (usefull for non-supported files, like json)
  • [ ] Draw arrows (or somehow improve the move highlighting)
    • [ ] Click to select move

Infra

  • [ ] Github actions integration to link diff
  • [ ] Hosting
  • [ ] Semantic change type #25

ElianCordoba avatar Jan 17 '23 15:01 ElianCordoba