diff options
Diffstat (limited to 'todolist.html')
-rw-r--r-- | todolist.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todolist.html b/todolist.html index 8b83207..c86b17f 100644 --- a/todolist.html +++ b/todolist.html @@ -1,8 +1,7 @@ <ol> - <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>Refactor excessive duplications in the main code.</li> - <li>Add some other minor data to the databases - especially those relating to non-profit companies.</li> <li>Check how to make diacritics work in searches.</li> + <li>Check if I can remove duplication in results when searching for legal or natural persons in a role.</li> <li>Write some documentation :)</li> </ol>
\ No newline at end of file |