-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 2 Progress Report
minsusun edited this page Feb 20, 2024
·
1 revision
- Due Date: ~ 2023.11.23
- Meeting: 2023.11.23 21:00 PM @ ChangeUP Ground
- Re-organize and construct the structure of blocks for md block. (DONE)
- Specify the block structure (DONE)
- Implement specific block features (TODO)
- Implement our features (Work In Process)
- Expcted Speed:
1 unit/hour
Issue Number | Title | Actual | Estimated | Priority | Author |
---|---|---|---|---|---|
#14 | Multi line editor | 11 units | 4 units | 1 | Hyeli Jeong |
#13 | Define Block class | 2 units | 2 units | 1 |
Hyeonsik Ham Minsu Sun |
#15 | Concrete Single Line Class | 2 units | 2 units | 1 |
Hyeonsik Ham Minsu Sun |
#15 | Concrete Multi Line Class | 2 units | 2 units | 1 |
Hyeonsik Ham Minsu Sun |
#15 | Compatibility with Manager | 6 units | 4 units | 1 |
Hyeonsik Ham Minsu Sun Yonghwan Kim |
#16 | Block classification from Manager | 4 units | 1 |
Hyeonsik Ham Minsu Sun Yonghwan Kim |
|
#9 | [Complete text synchronization between Editor and Markdown](User-Story/Complete text synchronization between Editor and Markdown) | 5 units | 4 units | 1 | Hawoo Jung |
#9 | [Delete Listener Listening to Markdown Save Signals](User-Story/Delete Listener Listening to Markdown Save Signals) | 1 units | 1 units | 2 | Hawoo Jung |
#9 | [Applying Editor's Modifications to .md Files](User-Story/Applying Editor's Modifications to .md Files) | 3 units | 2 units | 1 | Hawoo Jung |
#9 | [Save Editor's Modifications](User-Story/Save Editor's Modifications) | 3 units | 3 units | 1 | Hawoo Jung |
#14 | Apply CSS to editor | 2 units | 3 units | 1 | Hyeli Jeong |
#14 | [Append key listener to JTextPane](User-Story/Append key listener to JTextPane) | 2 units | 2 units | 1 | Hyeli Jeong |
#12 | Implement Block Manager | 4 units | 4 units | 2 | Yonghwan Kim |
#10 , #11 | Add Markdown(string) to html Util Function | 1 units | 1 units | 1 | Donghun Shin |
- Try to implement with TDD(Test Driven Development)
- Try to pair-code fully
- Try to rotate the pair members
- Don't forget to mention about the pair-coding on the commit message
- Try to satisfy the criteria on the documents