Skip to content

Commit 08e5380

Browse files
committed
updated Future work & To-Do list tasks
1 parent f7c306e commit 08e5380

3 files changed

Lines changed: 645 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,17 @@ This project is a continuous work in progress. Here are some of the features and
107107

108108
* `[ ]` **Update architecture diagram link in markdown file**
109109
* by simply adding `../` or `/` should work on local system, but that does not solve the problem in static `html` page
110-
* the current approach solves the issue for `html` page but when previewing the `markdown` file, the **image** is not shown (both in **local** as well as in **github repos**)
110+
* the current approach solves the issue for `html` page but when previewing the `markdown` file, the **image** is not shown (both in **local** as well as in **github repos**)
111+
112+
* `[ ]` **Make changes for 3 blog series:**
113+
* If there are 3 blogs which are written, then link them properly and make sure it works.
114+
* The current version does not do that (it loops over the middle blog in `Text Summarizer`)
115+
116+
* `[ ]` **Organise data inside `json` file:**
117+
* Keep the data in a structured format so there are no duplicates.
118+
* The data for a project/blog must be together (`project_db`) to make it easier to edit details like Github URLs, blog images, project card thumbnail, blog home page summary, etc, etc, etc.
119+
* Follow the structure given in `update-data.json` and `project_db.json` in `future-work/` folder.
120+
121+
* `[ ]` **Add read story section in project page:**
122+
* In the project page, under the given project card, add a link to read the blog along with viewing it on github.
123+
* The blog will be redirected to the 1st blog in the series.

0 commit comments

Comments
 (0)