Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mismith/coderview
Casual Code Review [WIP]
https://github.com/mismith/coderview
Last synced: about 1 month ago
JSON representation
Casual Code Review [WIP]
- Host: GitHub
- URL: https://github.com/mismith/coderview
- Owner: mismith
- Created: 2013-03-16T22:49:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T03:02:10.000Z (over 11 years ago)
- Last Synced: 2024-04-09T14:59:43.302Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 676 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coderview
Code review made casual
## Features
* Importing
* Drag & Drop
* File Upload
* Paste
* URL
* Auto-unzipping //@TODO
* Sharing
* Save multiple documents in bin //@TODO
* Password protection //@TODO
* Notes
* Label Colors
* UI/UX Goals
* Elegant / Intuitive
* Informative / Communicative
* Responsive
* Lastest Technologies
* flexbox
* HTML5 canvas
* HTML5 contenteditable & Selection / Range
* HTML5 drag/drop + copy/paste + FormData
* CSS3 gradients + transforms + animations
* @font-face + SVG glyph icons## @TODO
* TOP PRIORITY
- user auth (including anonymous users)
- bins (!) auto-making, renaming, logic, etc.
- loading/upload progress indicators
- share via link w/ hash
- tutorial / instructions
* OTHERS
- fix json max payload size
- diff viewer
- zip / tar.gz uncompressing before document loading
- auto-save (or at least stop prevent close while dirty)
- contextual reordering of notes (so no intersecting lines)
- updating of newly added objects (ie. remove 'new' class and set id) rather than full refresh
- setup caching
- procedural --> Object Oriented