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

ODPC: formulier voor minimale publicatie #34

Closed
felixcicatt opened this issue Sep 17, 2024 · 1 comment
Closed

ODPC: formulier voor minimale publicatie #34

felixcicatt opened this issue Sep 17, 2024 · 1 comment

Comments

@felixcicatt
Copy link
Contributor

felixcicatt commented Sep 17, 2024

Als ambtenaar wil ik een nieuwe publicatie aan kunnen maken, zodat ik conform de Woo een of meer documenten openbaar kan maken

Acceptance criteria (what)

  • Een medewerker ziet na het inloggen o.a. een knop voor het aanmaken van een nieuwe publicatie.
  • Na het klikken op die knop krijgt de medewerker een regsitratie-scherm te zien.
  • Hierop kan hij/zij de volgende velden invullen:
    • "Korte titel"
      • Optioneel veld
      • Eén regel groot
    • "Officiële titel"
      • Verplicht veld
      • Eén regel groot
    • "Omschrijving"
      • Optioneel veld
      • Tekstblok
    • De gebruiker kan de registratie opslaan of annuleren.
    • Na opslaan of annulering keert de gebruiker terug naar het vorige scherm.

Specific details (how)
Voorstel is om met een mock te werken, dus nog geen koppeling met de ODRC en dus ook nog geen mogelijkheid om het resultaat in te zien. De koppeling regelen we in #35 .

In eerste instantie komen alleen de volgende velden van de publicatie in het formulier:

Zie scherm Publiceren in de wireframe

Voorstel voor POST endpoint voor publicaties

paths:
  /api/v1/publicaties:
    post:
        requestBody:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NieuwePublicatie'
          required: true
components:
  schemas:
    NieuwePublicatie:
      type: object
      required:
        - officieleTitel
      properties:
        officieleTitel:
          type: string
        verkorteTitel:
          type: string
        omschrijving:
          type: string

Test plan

Tasks

@felixcicatt felixcicatt changed the title ODPC: minimale publicatie opslaan ODPC: formulier voor minimale publicatie Sep 17, 2024
@MarcoKlerks MarcoKlerks added this to the 03. ODPC: Basis publiceren milestone Sep 17, 2024
@MarcoKlerks MarcoKlerks moved this to Backlog in GPP-Woo Sep 17, 2024
@MarcoKlerks MarcoKlerks moved this from Backlog to Refinement in GPP-Woo Sep 17, 2024
@felixcicatt felixcicatt moved this from Refinement to In progress in GPP-Woo Sep 17, 2024
@MarcoKlerks
Copy link

Gecorrigeerd in de acc. criteria: de officiële titel is een verplicht veld en niet de (ver)korte titel. Dit vanwege DiWoo-specificaties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

4 participants