-
From Module-JS2 created by [Dedekind561](https://github.com/Dedekind561): CodeYourFuture/Module-JS2#64
### Link to the coursework
Look up the `todo-list` app in the `week-3` directory to get start…
-
-
1) Persist the todo items into SQLite instead of a text file
2) Improve style of the todo items in the list using a custom adapter
3) Add support for completion due dates for todo items (and displa…
-
-
My app is complete, please review. /cc @nesquena @timothy1ee
Added the ability to edit a todo item.
- Aaron Henehan
-
### 만들고자 하는 기능이 무엇인가?
ex) Todo 생성 기능
### 해당 기능을 구현하기 위해 할 일이 무엇인가요?
1. [ ] Job1
2. [ ] Job2
3. [ ] Job2
### 예상 작업 시간
ex) 3h
-
만들고자 하는 기능은??
Todo 생성 기능
해당 기능을 구현하기 위해 해야 할 일이 무엇인가요?
1. [ ] job 1
2. [ ] job 2
3. [ ] job 3
### 예상 작업 시간
3시간
-
### Create Pages and Routes
https://quasar.dev/layout/routing-with-layouts-and-pages
Modify router/routes.js
Add the required pages in pages folder
Downgrade by merging EssentialLink component b…
-
/cc @codepathreview @codepath
-
### Feature Area
Core functionality
### Is your feature request related to a an existing bug? Please link it here.
No
### Describe the solution you'd like
Currently, `RAGStorage` class has a hard…