28 Commits (052d14ad38335ee0c50fafa6630d29c543026901)

Author SHA1 Message Date
mike12345567 052d14ad38 Fixing issue with 1:N relationships and multiple fields, issue #1753. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 d6329e2409 Adding test cases which bring the link controller coverage to 100%. 6 years ago
mike12345567 47cf63bb16 starting into relationship testing. 6 years ago
mike12345567 0c8026c5ce First version, still playing around with styling. 6 years ago
mike12345567 78286ae514 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. 6 years ago
Martin McKeaveney c73c77448c bugfixes 6 years ago
mike12345567 51ed23d0a7 Updating link controller to manage existing column comparison a bit better. 6 years ago
Martin McKeaveney 2d75bc750b relationship type constant 6 years ago
mike12345567 429811ec8b Wrapping throws in new errors. 6 years ago
mike12345567 a311002632 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). 6 years ago
Martin McKeaveney 89350c91d1 refactor 6 years ago
Martin McKeaveney bcaed4f4e4 Server side data integrity for 1:N 6 years ago
Martin McKeaveney 19fb11e69d 1-n-data-integrity 6 years ago
mike12345567 1a9d16c8c7 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 6 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 6 years ago
mike12345567 ca20cbeeca First lot of work to update the auto fields into schema. 6 years ago
Andrew Kingston 10a9b8034a Fix relationships not being saved for new rows 6 years ago
mike12345567 3712de65ee Make sure both directions exist. 6 years ago
mike12345567 04035a24e9 Quick fix to make sure all relationships link to a valid, existing doc. 6 years ago
mike12345567 c9690f730c 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. 6 years ago
mike12345567 5b2be03bc3 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
mike12345567 ebffeeb998 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 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks 027819bae0 merge from master - including fixes 6 years ago
Michael Drury 8ebc444c34 Fixing issues when adding and deleting records from the input record linking list. 6 years ago
Michael Drury 3c8c5461d7 Resolving issues with deleting a linked column, should now be possible. 6 years ago
mike12345567 5cf845335c Minor update to fully handle field deletion which is a linked field; from a model. 6 years ago
mike12345567 3de8c86c4d Work towards handling linked record field updates, like the column being deleted from the model. 6 years ago
mike12345567 2bb349a381 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 9c6490f0f2 Fixing some missues with linked records after testing with the new UI. 6 years ago
mike12345567 672094b177 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 dee763a952 Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
mike12345567 bfe2bb5a23 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
mike12345567 7f0686380c Adding main work to handle creating, deleting and managing the link docs between different linked records. 6 years ago