first I want to thank to the team of NocodDB, it’s really cool to use it. I would have some improvements:
ONE - to - ONE Relation
It should be able to filter the entries out, which are already linked to other records
It should be possible to have as well to have a predefined filter applied. Example: There is a status column (values: open / closed) and it should be only the entries shown, which have the status open.
It should be able to filter the entries out, which are already linked to other records
We thought about this during implementation & decided to go with current approach as in cases where one needs to re-assign often, it will otherwise become a two step process (unlink in one place & link in other). Lot of project management scenarios where reassigning is done often - current method fits in right.
It should be possible to have as well to have a predefined filter applied. Example: There is a status column (values: open / closed) and it should be only the entries shown, which have the status open.