SavchenkoIllya / Pleskach

https://pleskach.vercel.app
1 stars 0 forks source link

To do list #1

Open SavchenkoIllya opened 5 months ago

SavchenkoIllya commented 5 months ago
SavchenkoIllya commented 5 months ago

Dashboard

Main page

SavchenkoIllya commented 5 months ago
SavchenkoIllya commented 5 months ago
SavchenkoIllya commented 5 months ago

Update Posts dB

SavchenkoIllya commented 5 months ago

Actions

SavchenkoIllya commented 5 months ago

Layout

Dasboard

  • [x] Create user page and editable user page with all fields except of id
  • [x] Create articles pages with layout as cards and edit page

Landing

  • [x] Fix button on main page (optional)
  • [x] Add animations

    Routing

  • Landing ("/")
    • Article for reading ("/article/[id]")
  • Dashboard ("/dashboard")
    • User ("/dashboard/profile")
      • Edit User ("/dashboard/profile/edit")
    • Posts ("/dashboard/posts/[id]")
    • Articles ("/dashboard/articles")
      • Article with id ("/dashboard/articles/[id]")
  • Auth ("/login")

    Architectural

  • [ ] Check types everywhere
SavchenkoIllya commented 5 months ago

Articles Schema

SavchenkoIllya commented 5 months ago

Components

Dashboard

United

Main interfaces

SavchenkoIllya commented 3 months ago