Skip to content

Latest commit

 

History

History
105 lines (76 loc) · 3.09 KB

done.md

File metadata and controls

105 lines (76 loc) · 3.09 KB

routes

browse lists

  • like lists add author field? show list my lists create new list - form add new element - choose to which list - form also a default list all stuff lands on
  • do read stuff with mock data and raw html
    • my lists
    • all lists
  • do create stuff
    • new book
    • new reading list

main landing page

add these good things for hero, features list https://fresh.deno.dev/components#

needs doing

shared components

  • setup the auth on local with github
  • fill in the landing page so that it's not just the defaults icons from here https://tabler-icons-tsx.deno.dev/
  • get the data going alright
    • see all books
    • list of lists
    • books - view individual ones
    • list of books
  • upload photos - just urls now

correlation working

  • fix the routes mess
  • selected books work
  • addition of a book to list on creation does not work quite alright
  • put that mapping into a new key

Completeness

  • delete lists
  • delete books

styling

bug fixes 1

  • why don't the books show alright if someone is a visitor?
  • book card - a horizontal bar with photo and buttons
  • fix the layout - hide the navigation better
  • background image to a readinglist

portability

  • investigate infura
  • credentials and keys for the project
  • see link for export and third party usage

cancelled

  • use datagrid for creation and edition faster than a form - data window - hard to use that package and no compatilibty with Deno it seems

add lists

Small changes

  • buttons to upload - from the lists index page
  • list description field
  • add the space for link for image
  • consider forking from saaskit directly - nevermind, it got generated
  • pull stuff into cultspace first
  • sortout the carousel stuff
  • add default image - must download it and use the asset function from deno - in the end just linking
  • fix the twitter follow button

smooth use

  • uploader id for init book is incoherent wrt how it's handled in the list
  • wrap delete calls to change in books status into a shared handler in the api folder
    • fix the error with forms closing but not submitting

faster data IO

  • upload csv -
    • solve the \n signs causing errors and reviews containing that are corrupted