From 295a03f45e5020678728d4ef87816fff9c467dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 19 Jan 2026 14:45:26 +0700 Subject: [PATCH] Update status doc --- PROJECT_STATUS.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PROJECT_STATUS.md b/PROJECT_STATUS.md index 135e06e..ca783b4 100644 --- a/PROJECT_STATUS.md +++ b/PROJECT_STATUS.md @@ -62,9 +62,13 @@ We are building **Marco**, a decentralized maps application using **Ember.js** ( ## Next Steps & Pending Tasks -1. **Refine UI/UX:** Further polish sidebar interactions and mobile responsiveness. -2. **Performance:** Monitor performance with large datasets (thousands of bookmarks). -3. **Testing:** Add automated tests for the geohash coverage and retry logic. +1. **Locate Me:** Add a button (using OpenLayers Geolocation) to center the map on the user's current position. +2. **App Header:** Implement a transparent header bar with the App Logo (left) and Login/User Info (right). +3. **Persist View:** Store the current map center and zoom level in `localStorage` to restore the view upon re-opening the app. +4. **Edit Bookmarks:** Allow users to edit the title and description of saved places. +5. **Refine UI/UX:** Further polish sidebar interactions and mobile responsiveness. +6. **Performance:** Monitor performance with large datasets (thousands of bookmarks). +7. **Testing:** Add automated tests for the geohash coverage and retry logic. ## Technical Constraints