Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms to supply table entries #4950

Open
1 task done
zertap opened this issue Apr 14, 2024 · 0 comments
Open
1 task done

Forms to supply table entries #4950

zertap opened this issue Apr 14, 2024 · 0 comments

Comments

@zertap
Copy link

zertap commented Apr 14, 2024

Describe the feature you'd like

A way to implement HTML-forms that would generate entries into a table.
Something like https://www.dokuwiki.org/plugin:bureaucracy

Imaginary example from DokuWiki:

<form>
action pagemod :data:table addreportederror
textbox "Name"
textbox "Year">1900 <2024
textbox "Description of the error"
submit "Report error"
</form>

^ Name     ^ Year   ^ Description of the error ^
| sausages | 2020   | the count is invalid     |
| aples    | 1997   | aples -> apples          |
| ...      | YYYY   | some  description        |

Anyone can add entries via the form.
Table part can be only edited by users with specific group.

Describe the benefits this would bring to existing BookStack users

Two use cases in our scenario:

  • Quicker/easier/validated way to add table entries
  • Limiting normal users to only adding data (can do without)

Can the goal of this request already be achieved via other means?

Could not find any.
#3208 request seemed to be slightly similar to this feature.

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

How long have you been using BookStack?

Not using yet, just scoping

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant