diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-07 17:31:29 +0100 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-07 17:31:29 +0100 |
commit | f50af84aaac384e795b9498e4c499431fa433cc7 (patch) | |
tree | ceb266bb5ffbe885e6cd7f9045af1027038a622f /todolist.html | |
parent | 3f6f1d7d72e4ad84aeb06875989749d1af207fa5 (diff) | |
download | justice-f50af84aaac384e795b9498e4c499431fa433cc7.tar.gz |
Refactoring the extract format
Diffstat (limited to 'todolist.html')
-rw-r--r-- | todolist.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/todolist.html b/todolist.html new file mode 100644 index 0000000..81dec8f --- /dev/null +++ b/todolist.html @@ -0,0 +1,17 @@ +<ol> + <li>Remove excessive repetition in the extract.</li> + <li>Update the code of actual extract to make it work again.</li> + <li>Update the search results to always show the current data.</li> + <li>Update the search results to show only current insolvency events.</li> + <li>Change how the address is stored.</li> + <li>Update the search to allow for searches by other properties.</li> + <li>Add a feature to allow to search based on the data that are no longer relevant.</li> + <li>Add a feature to display legal entities as members of corporate bodies.</li> + <li>Add a feature to display other types of ownerhsip interests (joint onwership interest, vacant ownership interest).</li> + <li>Add a code to create all the tables.</li> + <li>Optimize the speed, employ the SQL indexes.</li> + <li>Refactor excessive duplications in the main code.</li> + <li>Break down the main files to smaller ones?</li> + <li>Add some other minor data to the databases - especially those relating to non-profit companies.</li> + <li>Write some documentation :)</li> +</ol>
\ No newline at end of file |