This commit is contained in:
2020-01-09 23:42:29 +00:00
parent 76c4ab9ca5
commit 45cac0c79b

View File

@@ -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