CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[Improvement] Use `ComboBox` for selecting currencies in `BillTable` #92

Closed Lei-Tin closed 1 year ago

Lei-Tin commented 1 year ago

Currently, our AlterEntryUseCase being called on the BillTable relies on typing the currency code manually, e.g. "USD", "CAD"

It would be better if we can just choose the currency from a list using ComboBox, as what we did in the addEntryDialog.

image