diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-02-17 20:20:39 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-17 20:20:39 +0100 |
| commit | 7d05b4b0ed7ddd915bc5d4a62c6776565d7af908 (patch) | |
| tree | 9efc7a077abc5993df3d20907a5990e12678f3e8 | |
| parent | 8e307f611a62e54018660ddcd13d52f516516dad (diff) | |
fix headline hierarchy
| -rw-r--r-- | _plan.qmd | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -11,7 +11,7 @@ The basic plan 3 month plan is this: The weekly tasks could be follows: -# Month 1: Research, Planning, and Initial Prototypes +## Month 1: Research, Planning, and Initial Prototypes * defining the problem starts 2025-02-05 todo by sabin * setup the project collab-tools starts 2025-02-05 @@ -24,7 +24,7 @@ The weekly tasks could be follows: * Lua * semantic annotations -## From 02-08 +### From 02-08 * [write anything in Lua] - done by sabin * [write minimal Lua extension] - done by leandre @@ -38,7 +38,7 @@ The weekly tasks could be follows: * [PDF layout citation] - todo by jonas * [generate PDF report from Markdown snippets] - done by jonas -## From 02-15 +### From 02-15 * [research different ways to extend Quarto] - todo by sabin * [define the project scope] - todo @@ -62,7 +62,7 @@ The weekly tasks could be follows: * [surprise] how to handle / forsee anexpected event * [write an UML diagram of quarto] -## From 02-22 +### From 02-22 * [write Lua parser] * [write Lua validator] @@ -70,7 +70,7 @@ The weekly tasks could be follows: * [document the development process] * [write report Description of the program] -## From 03-01 +### From 03-01 * [refine the prototype] * [test edge cases] @@ -78,9 +78,9 @@ The weekly tasks could be follows: * [write report introduction] * [write report abstract] -# Month 2: Full Development & Testing +## Month 2: Full Development & Testing -## From 03-08 +### From 03-08 * [improve prototype] * [test basic functionalities] @@ -91,7 +91,7 @@ The weekly tasks could be follows: * ready to be send * understandable by the other -## From 03-15 +### From 03-15 * [midterm report] * March 19th 1215-16 (ca.) in Room 44.3-40 @@ -101,33 +101,33 @@ The weekly tasks could be follows: * [create test cases] for different scenarios * Validate error handling and robustness -## From 03-22 +### From 03-22 * Test across real-world use cases and * [ensure compatibility] with different Quarto formats -## From 03-29 +### From 03-29 * [gather user feedback] * [make necessary improvements] * [finalize core functionality] -# Month 3: Finalize Documentation, Deployment +## Month 3: Finalize Documentation, Deployment -## From 04-05 +### From 04-05 * [write more documentation] * [tutorials] * [create a demo] * [write report User Guide] -## From 04-12 +### From 04-12 * [conduct final testing] * [fix any remaining bugs] * [write report testing] -## From 04-19 +### From 04-19 * [release the extension] * [promote it] within the Quarto community @@ -135,7 +135,7 @@ The weekly tasks could be follows: * [write report appendices] * [write report bibliography] -## From 04-26 +### From 04-26 * [gather post-release feedback] * [plan for future improvements] |
