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

Entity Type metadata for field auditing #1509

Merged
merged 4 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. Added basics of an API and frontend for managing type metadata

    Type metadata is information about types and fields, as hardcoded
    in the app.
    mikesname committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    201c529 View commit details
    Browse the repository at this point in the history
  2. Rework various forms and integrate type metadata into forms

    This is done by extending the existing form config system, now
    called field hints, which is integrated into various action builders
    for editing and saving forms.
    mikesname committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a5619cd View commit details
    Browse the repository at this point in the history
  3. Update workflow for docker-compose v1 to v2

    Command changed from `docker-compose` to `docker compose`
    mikesname committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    43a9bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    c792844 View commit details
    Browse the repository at this point in the history