diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d894e57b..6e70f653 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -57,8 +57,14 @@ TODO: GRIDS - I'm thinking some people are sitting on the local network with the server and don't have an issue with a huge amount of data coming down the pipes - Determine a sane maximum and implement it - See what other commonly used api's are doing out there + - SharePoint 2013 max 5k records + - Salesforce 2k + - Wordpress 100 + - Azure app insights 10k + - github search api max 100 - Check on stackoverflow probably been asked recently in modern times + - MAKE GRID AS GENERIC VUE COMPONENT - Make the grid itself as a generic component that handles the most essential parts common to all forms - This way can plunk it in different list forms and then wrap it with what is unique to that form and type etc