impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

refactor: strictly use type `Date` for date fields #204

Open Oran-Dan opened 2 months ago

Oran-Dan commented 2 months ago

Description

Currently we simply use type String to store dates. All these instances should be refactored to Date.

Motivation

This way we are sure all dates we enter are legit and not some random string. This would also make it easier if we want to change the Date display for a future user preference. (e.g. US time notation vs European)

Resources

No response

To-do List