-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Roadmap | ||
|
||
This file provides an overview of the upcoming changes and the direction this project is heading and organized in steps that focus on a specific theme. | ||
|
||
## [0.2.4 - Settings]() | ||
- Settings Page: | ||
- Edit Profile: Add lazy loading. | ||
- Edit Profile: Add ability to save uploaded avatar. | ||
- Edit Profile: Add success message after clicking on "save" button. | ||
- Edit Profile: Add calendar picker to "date of birth" field. | ||
- Edit Profile: Hide password | ||
|
||
- Dropdown Settings: | ||
- Add dropdown menu and link them to each settings tab. | ||
- Add ability to navigate to each tab on settings page. | ||
- Improve breakpoints | ||
|
||
## [0.2.5 - Transactions]() | ||
- Dashboard: | ||
- Quick Transfer: Replace window log with success message. | ||
- Quick Transfer: Update mock data with successful transactions. | ||
|
||
## [0.2.6 - Notifications]() | ||
- Header: | ||
- Notifications: Add dropdown list with unread notices. | ||
- Notifications: Use state variable to read/unread notifications on click. | ||
- Quick Transfer: Successful transactions will appear in the notifications list. |