LeoColman / Petals

🌻 The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.
GNU Affero General Public License v3.0
73 stars 27 forks source link

🐛 Add 'id' field to CSV Headers and Serializer #642

Closed LeoColman closed 2 weeks ago

LeoColman commented 2 weeks ago

The 'id' field has been added to the UseCsvHeaders data class and the UseCsvSerializer class. This addition has also been reflected in the corresponding test file. The label for 'id' has been added to the application's string resources.

Closes #616