-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
27 lines (20 loc) · 914 Bytes
/
todo.txt
File metadata and controls
27 lines (20 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
IMPORTANT
Write some useful tests IN PROGRESS
- Write more complicated tests
Decide on and implement endpoints and parameters
- important ones are pretty much done
Add more entries to database and implement pagination
Design homepage, containing reasoning for project and examples on how to use API
- IN PROGRESS, will do when I feel like it
NOT AS IMPORTANT
Write program to sync Riksdagen API with mine (Daemon or simple script)
- going to use cron scheduler
- writing of syncing script is in progress
Do some NLP things
- code for generating markov chain text is more or less done
Learn org-mode
TO FIX:
Fix encoding, the data in response contains unicode escape characters.
wrote read method which serves first entry in db, but the transcript text is improperly encoded for swedish alphabet.
reorder fields so that transcripts appear last to enhance readability
Lots of refactoring