entitlementcard icon indicating copy to clipboard operation
entitlementcard copied to clipboard

Mark processed applications

Open f1sh1918 opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe. As a service user i want to see a mark when a card was created from an application, to avoid multiple card creation for an application

Describe the solution you'd like

  • add a column to the application table "cardCreated" (boolean, default= false)
  • create a database migration to add this field
  • when a card was created from an application set "cardCreated" field to true
  • adjust the button text of "Karte erstellen" to "Karte erneut erstellen" if the "cardCreated" field is true

f1sh1918 avatar Nov 15 '23 16:11 f1sh1918

@dkehne in the nextcloud file is written that we should use sth like "Karte wurde bereits 1x erstellt" Is it really necessary to count that? A flag with true/false should be sufficient?

f1sh1918 avatar Nov 15 '23 16:11 f1sh1918

@f1sh1918 a true/false flag is sufficient!

dkehne avatar Feb 06 '24 10:02 dkehne

You can find my design proposal 📌 here. I have given two options and recommend option B. The draft also contains my proposal from #1206 to show how both features can be integrated together.

hauf-toni avatar Feb 21 '24 08:02 hauf-toni

While working on #1216 , I discovered that these two new functions have great potential to be implemented together and in interaction with each other. This would have the advantage that users would perceive the change as less big, as it would feel more like one new feature than two. they would also have a central point in the interface where they can organize applications. You can find my design proposal 📌 here.

hauf-toni avatar Feb 21 '24 09:02 hauf-toni

as discussed with @f1sh1918 this issue will also be solved by implementing the design of #1216

hauf-toni avatar Mar 02 '24 10:03 hauf-toni

@hauf-toni i think this was a misunderstanding. Even if the issue is included in the design you mentioned this task can be done separately. There is no "hard" relation between these two tasks. Even if the filter bar is not visible yet the button label can be changed and also the rest of the needed functionality implemented as mentioned in the description.

f1sh1918 avatar Apr 04 '24 13:04 f1sh1918