RFC: Introduce Forms System - #166
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Few features I'd love to see (I did try to check before suggesting if these were already added)
These are just a few features that would be nice to have and I think everyone could probably find useful. |
I do like the idea of Paste detection, that will be put on the to-do list, autosave locally is also a great idea. The OAuth idea is good, but it can cause a few confusing issues with the current permissions system as we use a ❌ and ✔️ system for permissions where a role is given a default permission and each form can have overrides (including a public or private form). I will see if I could think of a way to get this into it and will discuss it |
Introduce Forms System
Important
This is a Draft RFC and is not ready for merge.
The purpose of this pull request is to discuss the architecture, API, database design, and user experience of a generic Forms system for Orbit before implementation begins.
Goal
The Forms system is intended to provide a reusable foundation for features such as:
Current Progress
Architecture
Database
Backend API
Backend Logic
Frontend - Form Builder
Frontend - Submission
Frontend - Review Interface
Permissions
Documentation
Testing
Request for Feedback
Please review and comment on anything
Contributing to this RFC
If your proposal requires code changes or is substantial, please open a Draft Pull Request against this branch and reference this RFC.
For smaller ideas, questions, or concerns, simply leave a review or request changes on this pull request so they can be discussed here.
Status
This RFC will remain open until there is general agreement on the architecture. Once the design is finalized, implementation will continue and this Draft PR will eventually be converted into a merge-ready pull request.
The main settings option in the Feature Flags has been disabled but is technically usable.