-
Notifications
You must be signed in to change notification settings - Fork 0
AE-1977: Show link for hallinto-oikeus attachment for käskypäätös / varsinainen päätös toimenpide #976
Conversation
…arsinainen päätös toimenpide
d40c536
to
3d3be93
Compare
henkilo: { | ||
pdf: valvontaApi.url.documentHenkilo, | ||
courtAttachment: valvontaApi.url.courtAttachmentHenkilo | ||
}, | ||
yritys: { | ||
pdf: valvontaApi.url.documentYritys, | ||
courtAttachment: valvontaApi.url.courtAttachmentYritys | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tämä nyt on vain tällainen mietintä, mutta olisiko kivempaa, jos tässä pääsisi kutsumaan noita attachmenttejä näin
courtAttachment: R.partial(valvontaApi.url.attachmentYritys, ["hallinto-oikeus.pdf"])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mietin jotain vastaavaa itsekin aluksi, mutta ajattelin sitten mennä vain yksinkertaisemmalla toteutuksella, kun muiden liitteiden olemassaolo on toistaiseksi ainoastaan teoreettinen mahdollisuus.
courtAttachmentHenkilo: (henkiloId, id, toimenpideId) => | ||
`${url.toimenpide( | ||
id, | ||
toimenpideId | ||
)}/henkilot/${henkiloId}/attachment/hallinto-oikeus.pdf`, | ||
courtAttachmentYritys: (yritysId, id, toimenpideId) => | ||
`${url.toimenpide( | ||
id, | ||
toimenpideId | ||
)}/yritykset/${yritysId}/attachment/hallinto-oikeus.pdf`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tämä on tuota edellistä mietintää:
Tässä olisi siis courtAttachmentYritys
sijaan attachmentYritys
, joka ottaisi myös attachmentName
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olisi kyllä varmaan vähän premature optimization, eikä ehkä myöskään "Keep it simple" 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mutta siis ehdottomasti näin sitten, jos meille tulee muita liitteitä.
…äätös toimenpidetype
…arsinainen päätös toimenpide