Skip to content

Iteration 2 Progress Report

minsusun edited this page Feb 20, 2024 · 1 revision

Iteration 2

  • Due Date: ~ 2023.11.23
  • Meeting: 2023.11.23 21:00 PM @ ChangeUP Ground

Iteration 2 Objectives & What we have done

  1. Re-organize and construct the structure of blocks for md block. (DONE)
  2. Specify the block structure (DONE)
  3. Implement specific block features (TODO)
  4. Implement our features (Work In Process)

Define Block Structure

BlockManager Flow

image

Integrated Flow

Screenshot_20231123-205226_Samsung_Notes

User Story
  • 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
Feedback
  • 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
Clone this wiki locally