Menu

Post image 1
Post image 2
1 / 2
0

Day 94 of #100DaysOfCode — DevCollab: Dashboard, Profiles, and the Final Pages

DEV Community·M Saad Ahmad·26 days ago
#brWhY9Ea
Reading 0:00
15s threshold

Four days of backend. Four days of frontend building. Today was the last building day: the dashboard, public profiles, edit profile, and sent requests. After today, every planned page exists. The entire app is navigable directly in the browser without using Postman or the admin panel. The Dashboard The dashboard is the page users land on after logging in, and it needed to answer one question clearly: What's happening with my projects right now? I split it into two sections. The top section shows the user's own projects; a list of cards with the project title, status badge, whether it's open or closed, and two action links: one to view incoming requests for that project, one to edit it. Below each project card is the count of pending requests, shown as a link. Clicking it scrolls to or filters the requests section below. The second section shows all incoming collaboration requests across all the user's projects grouped by project.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More