30 Commits (eaa01e08dd4c248dcae8dbf1c4cbc4be262eac95)

Author SHA1 Message Date
mike12345567 3744c9093b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
mike12345567 13222e2083 Linting. 5 years ago
mike12345567 60de9ccb28 Fixing issue with 1:N relationships and multiple fields, issue #1753. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 d6b23b3a79 Adding test cases which bring the link controller coverage to 100%. 5 years ago
mike12345567 fbbb3d12a1 starting into relationship testing. 5 years ago
mike12345567 a21ca8fb62 First version, still playing around with styling. 5 years ago
mike12345567 20b44c9dbd Minor update to fix an issue when updating a row that it would throw an error with 1->to->many relationships on existing relationships for that row, as well as cleaning up how relationshipType is put onto the linked table. 5 years ago
Martin McKeaveney 0cfbe2357b bugfixes 5 years ago
mike12345567 9a49252ae7 Updating link controller to manage existing column comparison a bit better. 5 years ago
Martin McKeaveney b179418767 relationship type constant 5 years ago
mike12345567 66b488dc46 Wrapping throws in new errors. 5 years ago
mike12345567 8612782610 Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 5 years ago
Martin McKeaveney 62c5069528 refactor 5 years ago
Martin McKeaveney 5bc8b5da4c Server side data integrity for 1:N 5 years ago
Martin McKeaveney d5e411e985 1-n-data-integrity 5 years ago
mike12345567 8b0f99b0b1 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 5 years ago
mike12345567 10aa830d05 Work in progress, getting the server backend mostly ready for this work. 5 years ago
mike12345567 7a2405c756 First lot of work to update the auto fields into schema. 5 years ago
Andrew Kingston 9b21eb78b6 Fix relationships not being saved for new rows 5 years ago
mike12345567 a1de336db9 Make sure both directions exist. 5 years ago
mike12345567 383c2a6c0a Quick fix to make sure all relationships link to a valid, existing doc. 5 years ago
mike12345567 e0ea434f27 Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 5 years ago
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 c5dc50e8bf Fixing some issues found with deleting tables and relationships not getting cleaned up fully + builder not updating - also making sure builder store initial state of screens is accurate. 6 years ago
mike12345567 d90c1e3dd3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks eaa8d91392 merge from master - including fixes 6 years ago
Michael Drury a891149b5b Fixing issues when adding and deleting records from the input record linking list. 6 years ago
Michael Drury 58ff985a35 Resolving issues with deleting a linked column, should now be possible. 6 years ago
mike12345567 aa59c9d41c Minor update to fully handle field deletion which is a linked field; from a model. 6 years ago
mike12345567 962ed5aaa6 Work towards handling linked record field updates, like the column being deleted from the model. 6 years ago
mike12345567 709cdb5ea9 Changing relationship system around a little, to not work with fieldNames anymore in the view and simplifying quite a few of the update systems. 6 years ago
mike12345567 cf4b5a6fbf Fixing some missues with linked records after testing with the new UI. 6 years ago
mike12345567 ac7374662c A small performance enhancement, storing in the record that it does have links, so that when retrieving info for records it can exit the process early if a record has no mention of links. 6 years ago
mike12345567 31943cc66b Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
mike12345567 a76a7525e3 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
mike12345567 eca5fad478 Adding main work to handle creating, deleting and managing the link docs between different linked records. 6 years ago