Code-Society-Lab / cursif-web

React client for Cursif
2 stars 5 forks source link

Notebook Dashboard #22

Closed chrisdedman closed 7 months ago

chrisdedman commented 8 months ago

Add a page where a user can see all their notebooks and select or interact with them.

Blocking

To do

Additional information Fetch all notebook

query {
  notebooks {
    id
    title
    description
  }
}

Link to notebook /notebooks/notebook_id

Pointers See login.tsx