GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

User creatable databases #46

Open jamesgeddes opened 3 years ago

jamesgeddes commented 3 years ago

Tikiwiki has "Trackers" which allows users to create and define a database structure within the site, with no database knowledge required. GZ has already used this to create the asset register.

Build a similar - but better - system that allows a user to

Impact

High

Urgency

Later

CarwynNelson commented 3 years ago

This feels like quite a mammoth task that would require a lot of maintenance going forward. Would something like https://airtable.com/ do this job?

Maybe we could then build an integration with that sort of tool to tie everything together nicely?

jamesgeddes commented 3 years ago

Yep, or something like https://baserow.io/ (FOSS alternative) perhaps. Always good to avoid reinventing the wheel.

Would certainly need to be seamlessly available to members while logged into geek.zone

CarwynNelson commented 3 years ago

From a quick skim of their website baserow looks great. It would be fantastic if it supported SSO via SAML, but if it doesn't and it's FOSS then maybe it's something we could contribute back to the project.