Choose form template tech #2

Open
opened 2025-09-22 18:17:00 -04:00 by nick · 0 comments
Owner

Many procedures call for the generation of records by filling in forms. Choose a tech where the forms can be defined.

Goals:

  • They shall be able to be filled in electronically or on paper to produce records
  • They should be able to be validated to avoid incomplete or otherwise non-compliant records

Common options include:

  • Manually-created PDF form
  • Dumb docx files with spaces to fill in
  • Smarter docx files with fields included
  • HTML forms in specialized web site/web app
  • Procedurally-generated PDF form based on a schema (e.g. JSON Schema)
  • Database entry form via a low-code DB system (Airtable, nocodb, Access, Django Admin, directus, budibase)
  • Forms in specialized procedure software (e.g. nextaxiom)

Records shall be a PDF and/or structured data (e.g. yaml, json, database).

While commercial options are likely the most polished, an open-source compatible options is required for the starter kit.

Many procedures call for the generation of records by filling in forms. Choose a tech where the forms can be defined. Goals: * They shall be able to be filled in electronically or on paper to produce records * They should be able to be validated to avoid incomplete or otherwise non-compliant records Common options include: * Manually-created PDF form * Dumb docx files with spaces to fill in * Smarter docx files with fields included * HTML forms in specialized web site/web app * Procedurally-generated PDF form based on a schema (e.g. [JSON Schema](https://json-schema.org/)) * [pdf-lib](https://github.com/cantoo-scribe/pdf-lib/tree/master) * Database entry form via a low-code DB system (Airtable, [nocodb](https://www.nocodb.com/), Access, Django Admin, [directus](https://directus.io/), [budibase](https://budibase.com/)) * Forms in specialized procedure software (e.g. [nextaxiom](https://nextaxiom.com/)) Records shall be a PDF and/or structured data (e.g. yaml, json, database). While commercial options are likely the most polished, an open-source compatible options is required for the starter kit.
nick self-assigned this 2025-09-22 18:17:00 -04:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: open-nuclear-ops/starter-kit#2
No description provided.