-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added week 2 and week 3 progress report
- Loading branch information
Showing
3 changed files
with
70 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Week-1 Progress | ||
date: 2024-03-25 | ||
date: 2024-03-18 | ||
type: post | ||
tags: | ||
- progress | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Week-3 Progress | ||
date: 2024-04-01 | ||
type: post | ||
tags: | ||
- progress | ||
--- | ||
|
||
# Week-3 | ||
|
||
# Anirudh and Hegde's Progress | ||
|
||
- Split methods previously part of `anna` package among `parser`, `engine` and `helpers` packages | ||
- Refactored `main.go` to only handle flags | ||
- Wrote unit and integration tests for the `parser` and `engine` package | ||
- Split the rendering system to make parallelisation easier by switching to a three method system. | ||
- Render "anna specific" pages such as sitemap and feed | ||
- Render "user defined" pages which include all markdown files and posts (This method has been parallelised) | ||
- Render tags and tag-subpages separately, which could be parallelised in the future | ||
- Wrote a benchmark for `main.go` that times the entire application | ||
|
||
## Whats Next (Anirudh and Hegde): | ||
|
||
- Improve test coverage for the `engine` package | ||
- Write unit and integration tests for the `cmd` and `helper` packages | ||
- Write unit and integration tests for `main.go` | ||
|
||
--- | ||
|
||
# Adhesh’s Progress | ||
|
||
- tofill | ||
|
||
## What's next? | ||
|
||
- tofill | ||
|
||
--- | ||
|
||
# Nathan’s Progress | ||
|
||
- tofill | ||
|
||
## What's next? | ||
|
||
- tofill | ||
|
||
--- |