Sumit Datta
Veteran failure, Engineer, Founder of dwata.com
(task) WIP showing related data in embedded table
(chore) Minor API JSON structure change to make it easy to handle merged data
(task) Better Grid header showing which tables in query
(task) WIP showing one-many table data inside main table
(task) WIP Show merged one-many data
(bugfix) JOINs are not working when merged tables are requested with pagination
(task) Changes in API to enable webapp to show merged data
(task) Selecting/un-selecting One-One relations work
(task) Better UX to show Related tables
(bugfix) Fixes for the merged data UX
(task) UX changes to show/manipulate Related data
(task) Multiple UI fixes for filter bars, column header
(task) Ongoing work for displaying One-to-Mnay relations data
(task) WIP Query Builder One-to-Many JOINs
(task) Refactored Query Builder for better handling of One-to-Many relations
Merge pull request from brainless/dependabot/pip/backend/uvicorn-0.11.7
Bump uvicorn from 0.11.5 to 0.11.7 in /backend
(task) WIP Making One-to-Many relations happen automagically...
Bump uvicorn from 0.11.5 to 0.11.7 in /backend
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.5 to 0.11.7.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.11.5...0.11.7)
Signed-off-by: dependabot[bot]
(task) WIP One to Many relations, initial version; Filters do not work
(chore) Minor backend refactor to better organize DB utilities code
(task) UI changes for showing tables, relations information
(task) Minor color changes in UI; Related table cardinality now in API
(task) Minor UI cleanups for column and table selectors and added comemnts in UI for basic explanation
(task) WIP Grid more compact, only showing non-null related table columns by default
(task) [WIP] Automatic One to Many relations and it's corresponding display in Grid