docs: update TODO

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-02-11 18:08:20 +05:30
parent 61245829e1
commit 1fd75873d0
Signed by: codingcoffee
GPG key ID: F7D58AAC5DACF8D3

View file

@ -1,11 +1,15 @@
* ToDo [/] * ToDo [0/4]
- [ ] Meta [/] - [-] Meta [1/5]
- [ ] README - [ ] README
- [ ] Expand acronym for bullish - [ ] Expand acronym for bullish
- [ ] Prettify README - [ ] Prettify README
- [ ] LICENSE - [ ] License
- [ ] Usage
- [ ] Contributing
- [ ] Attributions
- [X] LICENSE
- [ ] CONTRIBUTING - [ ] CONTRIBUTING
- [ ] Link to ARCHITECTURE - [ ] Link to ARCHITECTURE
- [ ] ARCHITECTURE - [ ] ARCHITECTURE
@ -18,18 +22,19 @@
- [ ] TODO - [ ] TODO
- [ ] Clear all tasks - [ ] Clear all tasks
- [ ] Backend Django [/] - [-] Backend Django [2/4]
- [ ] Base setup for DJango + Vue - [X] Base setup for DJango + Vue
- [ ] Async (RQ mostly) job to download the equity [[https://www.bseindia.com/markets/MarketInfo/BhavCopy.aspx][bhavcopy zip]] every day at 6 PM for the current date - [X] Async (RQ mostly) job to download the equity [[https://www.bseindia.com/markets/MarketInfo/BhavCopy.aspx][bhavcopy zip]] every day at 6 PM for the current date
- [ ] Verify [[https://www.bseindia.com/download/BhavCopy/Equity/EQ050221_CSV.ZIP][this link]] doesn't change per day (check web archive) - [X] Verify [[https://www.bseindia.com/download/BhavCopy/Equity/EQ050221_CSV.ZIP][this link]] doesn't change per day (check web archive)
- this changes everyday, the zip file is of the format "EQ`DDMMYY`_CSV.ZIP" - this changes everyday, the zip file is of the format "EQ`DDMMYY`_CSV.ZIP"
- [ ] RQ job to which starts at 6 pm - [X] RQ job to which starts at 6 pm
- [ ] extracts and parses the CSV file in it - [X] extracts and parses the CSV file in it
- [ ] dump data into postgres and redis - [X] dump data into postgres and redis
- [ ] if fails at 6 pm starts again after 5 mins - [X] if fails at 6 pm starts again after 5 mins + potential code for alert
- [ ] Writes the records into Redis into appropriate data structures (Fields: code, name, open, high, low, close) - [X] Writes the records into Redis into appropriate data structures (Fields: code, name, open, high, low, close)
- [ ] Endpoint to serve main app - [X] make multiple endpoints
- [ ] If cache empty load from postgres and put it into redis - [-] Endpoint to serve main app
- [X] If cache empty load from postgres and put it into redis
- [ ] Button for Pagination - [ ] Button for Pagination
- [ ] No Pagination - [ ] No Pagination
- [ ] Pagination to return 100 entries - [ ] Pagination to return 100 entries
@ -39,17 +44,20 @@
- [ ] JWT - [ ] JWT
- [ ] Optionally have a demo username and password for login - [ ] Optionally have a demo username and password for login
- [ ] Frontend Vue [/] - [-] Frontend Vue [1/6]
- [ ] Landing Page - [ ] Landing Page
- [ ] Renders a simple VueJS frontend with a search box that allows the stored entries to be searched by name and renders a table of results and optionally download the results as CSV. Make this page look nice - [ ] Prettify Bhav Copy Page
- [ ] Search field to search on (Fields: code, name, open, high, low, close) - [X] Renders a simple VueJS frontend with a search box that allows the stored entries to be searched by name and renders a table of results and optionally download the results as CSV. Make this page look nice
- [ ] Button to download searched results as CSV - [X] Search field to search on name
- [X] Button to download searched results as CSV
- [ ] Handle login - [ ] Handle login
- [ ] On table bar per quantity in cell
- [ ] Red for stocks going down, green for up
- [ ] Deploy [/] - [ ] Deploy [0/4]
- [ ] Docker - [ ] Docker
- [ ] Dockerfile - [ ] Dockerfile
- [ ] docker-compose.yml - [ ] docker-compose.yml
- [ ] K8s - [ ] Productionize K8s
- [ ] Make Architecture diagram - [ ] Make Architecture diagram
- [ ] [bullish.codingcoffee.me](https://bullish.codingcoffee.me) - [ ] [bullish.codingcoffee.me](https://bullish.codingcoffee.me)