dataface
dataface copied to clipboard
Build and manage data with a spreadsheet-like interface
https://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html
This would be a nice feature for auditing and also for reverting mistakes. Not sure how easy it is to implement in postgres, and how far it would take the...
Along with triggers to update them. Note that we can't have much of the application depend on this if we want dataface to work with existing database tables. What's the...
npm 5 is pretty cool, so probably don't need yarn anymore
At this point the `db` directory is just seed data for development. The stored procedures were for PostgREST.
I'm thinking: - Columns have a minimum width by default (ie. `120px`) - Column width can be expanded by dragging it in the UI, and it will persist to localstorage...
I think 1,000 records exceeds the performance limit, even with using `tabindex`
Originally from #1: > We want users to be able to associate a record in one table with a record in another table. Fieldbook takes the approach of always making...
The tough part will be making this easy to install -- the heroku deploy button doesn't support creating rules, as far as I know.