Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from radoslawkuswik/beta
Browse files Browse the repository at this point in the history
[β] End of Beta stage | Release
  • Loading branch information
Radosław Kuświk authored Jan 11, 2019
2 parents 493639c + 236083f commit 32225bd
Show file tree
Hide file tree
Showing 154 changed files with 4,737 additions and 3,034 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/src/tiny-little-scamp

/tests/e2e/videos/
/tests/e2e/screenshots/
Expand Down
87 changes: 38 additions & 49 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,64 @@ Powerful Text Editor <small>| _need to come up with better lineup ;)_</small>

## Writr Roadmap

> **DONE** means final code, tests & documentation are written. Everything is green and ready to deploy.
> **DONE** means final code & tests are written. Everything is green and ready to deploy.
Current development stage: **Beta [β]**
Current development stage: **Pregamma [pre-γ]**

**Alpha** Stage [α]:

- [x] Editor window
- [x] Text Editor
- [x] Unformat / reformat text on paste
- [x] Contenteditable first line `<div>` glitch fix
- [x] Save to file
- [x] Sidebar
- [x] Buttons system - Top
- [x] Buttons system - Bottom
- [x] Save button
- [x] Settings button
- [x] Settings
- [x] Language changer
- [x] Light / Dark theme
- [x] Font size
- [x] Line height
- [x] First line text indent
- [x] Spellchecker
- [x] Max width of text
- [x] Window top margin
- [x] Window bottom margin

**Prebeta** Stage [pre-β]:
- [x] Code cleanup
- [x] Code guide update
- [x] Test cleanup
- [x] Test guide update
- [x] Color scheme tweak
- [x] Status bar concept
- [x] Statistics panel concept
- [x] Readme update
- [x] Writr icon
- [x] Public release *.*
- [x] Theme :: Schema
- [x] Text :: Font size
- [x] Text :: Paragraph indent
- [x] Text :: Line height
- [x] Text Editor :: Width
- [x] Text Editor :: Top margin
- [x] Text Editor :: Bottom margin
- [x] Others :: Spell check
- [x] Others :: Language change

**Beta** Stage [β]:

- [ ] Status bar
- [ ] Statistics
- [ ] Page count
- [ ] Paragraphs count
- [ ] Words count
- [ ] Nonspaces characters count
- [ ] Characters count
- [ ] Work time
- [ ] Settings
- [ ] Is status bar visible
- [ ] Placement of status bar
- [ ] Show clock
- [ ] Preselected page count formula
- [ ] Status bar content
- [ ] Store migration from previous version
- [x] Status bar
- [x] Statistics
- [x] Clock
- [x] Statistics
- [x] Page count
- [x] Paragraphs count
- [x] Words count
- [x] Nonspaces characters count
- [x] Characters count
- [x] Settings
- [x] Stats :: Page Formula Ingredient
- [x] Stats :: Page Formula Divider
- [x] Statusbar :: Is visible
- [x] Statusbar Content :: Characters
- [x] Statusbar Content :: Words
- [x] Statusbar Content :: Paragraphs
- [x] Statusbar Content :: Pages
- [x] Statusbar Content :: Clock

**Gamma** Stage [γ]:

- [ ] *.wrt file spec
- [ ] Text Editor
- [ ] Open file
- [ ] Alarms & targets
- [ ] Settings
- [ ] Preselected fonts
- [ ] Theme :: Preselected fonts

**Delta** Stage [δ]:

- [ ] UI Redesign
- [ ] Autosaves & backups

**Epsilon** Stage [ε]:

- [ ] Notes
- [ ] Autoexpander
- [ ] Find / Replace
- [ ] On key press sound
- [ ] Text Editor
- [ ] Paragraphs notes
- [ ] Find / Replace
Loading

0 comments on commit 32225bd

Please sign in to comment.