Browse Source

chore: update docs

AykutSarac 2 years ago
parent
commit
f8e5f93c6e
2 changed files with 0 additions and 18 deletions
  1. 0 2
      CONTRIBUTING.md
  2. 0 16
      TODO.md

+ 0 - 2
CONTRIBUTING.md

@@ -21,8 +21,6 @@ To get an overview of the project, read the [README](README.md). Here are some r
 
 Join the [Discord channel](https://discord.gg/yVyTtCRueq). If you have questions or feedback, this is the best place to reach the team and other contributors directly.
 
-If you're already familar with Open Source contributions, we **highly recommend** you to take a look at our [TODO List](/TODO.md).
-
 ### Issues
 
 #### Create a new issue

+ 0 - 16
TODO.md

@@ -1,16 +0,0 @@
-## Feature:
-
-- [ ] [YAML Support - #161](https://github.com/AykutSarac/jsoncrack.com/issues/161)
-- [ ] [VS Code extension](https://github.com/AykutSarac/jsoncrack.com/discussions/130)
-
-## Enhancements:
-
-- [ ] Clear rewrite of [parsing algorithm](/src/utils/jsonParser.ts)
-- [ ] Performance Optimization
-- [ ] Fix `useInViewport` hook for performance
-- [ ] Canvas should fit into view on click `Center` icon at toolbar
- 
-## Fix:
-- [ ] Handle browser freezing while parsing JSON & painting DOM
-- [ ] [Incorrect Arrow View - #155](https://github.com/AykutSarac/jsoncrack.com/issues/155)
-- [ ] [Empty Nodes - #27](https://github.com/AykutSarac/jsoncrack.com/issues/27)