Business App Backend & UI Fix

Заказчик: AI | Опубликовано: 23.03.2026

I have a business-management mobile-first web app that’s halfway there but several core flows are broken. Right now users can reach the login screen, yet an error pops up immediately after successful authentication, preventing them from going any further. Once that’s resolved, users must be able to pick their area from a dropdown and instantly see the shop names tied to that location; the chosen shop needs to stay linked to their profile. For each user I only want to keep their name and email, nothing more. On the admin side I should have full CRUD control over every product, including manual entry of both price and “market value.” I also need clear access to orders and carts, but instead of numeric order IDs I want each order referenced by the shop name it belongs to. Every existing button, key and label must respond properly, and any dead links need fixing. Please clean up the backend logic, repair the login flow, wire the new dropdown shop selection, and make sure data is persisting correctly. While you’re in there, bring the interface back to the simple, clean style of the earlier version and keep it fully responsive for mobile screens. Deliverables— • Working user login with no post-login errors • Area-based shop dropdown that saves to user profile • User table storing only name + email • Admin dashboard with product management (price + market value), cart and order views keyed by shop name • All UI elements functional and mobile friendly, matching previous look and feel If you can jump in, audit the current code, and ship these fixes quickly, let’s talk.