Releases: maryvilledev/codesplainUI
Sprint 7 Release
I. Header change
- Better display when resizing browser
II. Snippets menu is displayed when logged in
- View current user snippets under 'My Snippets'
- View organizational snippets (display owners icon)
- Search menu
III. Avatar Menu
- Ability to import Gists directly from GitHub
IV. Ability to delete snippets
- User can only delete snippets when logged in and own the snippet
- Users can delete organizational snippets
V. Settings button
- Theme picker
Users can customize theme of CodeMirror
- Keymap
Users can enable vim, emacs, and sublime text keybindings
- Delete Buttons
Users can delete snippets that they own and from organizations
they are members of
VI. Annotation Editor
- Moved navigation
- Ability to close the annotation editor
- Write mode for editing
- Preview mode
- Save or Cancel annotations
VII. Redesign filter buttons
Bug Fix
Sprint 5 Release
- Org saving ability
- Error underline
Deployment Practice
Practice deployment/release of the UI.
Sprint 4 Release
- User's can view all their snippets
- Fixed bugs with login
- Next/Previous snippet button
Sprint 3 Release
- Removed Heroku/Redis/Express
- Optimized Highlighting
- Removed prepackaged python3 parser
- UI now pulls parsers from S3
- Added language based syntax highlighting in the annotations
- Added clear all/select all to filters
- Added a navigation alert from leaving unsaved data
Sprint 2 Release
- Refactor highlighting panel
- Added saving features
- Markdown Annotations
- Increased highlighting coverage
- Added github authentication
Sprint 1 Release
- Added Python parser
- Added custom token highlight by filters
- Added saving thru Redis
- Allowed pulling in saved snippets
- Added line based annotations
- Added Code Mirror to display snippets