Skip to content

Instantly share code, notes, and snippets.

@beerose
Last active May 5, 2021 19:40
Show Gist options
  • Save beerose/f1091d72b61e788122b33743a67ac670 to your computer and use it in GitHub Desktop.
Save beerose/f1091d72b61e788122b33743a67ac670 to your computer and use it in GitHub Desktop.

09.04.2021 — 8h

  • Setup blitz project
  • Add Github and Gmail auth
  • Send emails with link to reset password
  • Create an email template
  • Setup CI for tests and builds
  • Send confirmation email after creating an account with login and password
  • Handle account confirmation on the frontend
  • Update DB models to contain info about origin and confirmed account

10.04.2021 — 1h

  • Switch to postgres, update CI workflows
  • Setup continuous deployment

11.04.2021 — 5h

  • Model the database
  • Add an authenticated dashboard route
  • Stripe integration

12.04.2021 —2h

  • Stripe web hooks integration
  • Store Stripe customerId in db
  • Integrate Stripe customer portal

13.04.2021 — 1h

  • Setup tailwind
  • Start working on landing page

14.04.2021 — 3h

  • Landing page sections: Hero, Features, Footer, CTA, Pricing

15.04.2012 — 3h

  • Login, sign up, forgot password forms
  • Started working on the dashboard app

16.04.2021 — 2h

  • Dashboard app layout

17.04.2021 — 2h

  • Continue working on dashboard layout, adding new elements

18.04.2021 — 5h

  • Integrate dashboard's frontend with backend
  • Fetch projects, switch between projects
  • Automatically create a default project for a new user

19.04.2021 — 3h

  • Comments table — UI & fetch data
  • Changed layout

20.04.2021 — 2h

  • Integrated comments filtering backend with UI
  • Add pagination to comments table
  • Various design updates

21.04.2021 — 1h

  • Integrate hide/felete buttons and pagination

22.04.2021 — 2h

  • Created a logo
  • Bought a domain
  • Created a Paddle account
  • Added a loading skeleton for comments

23.04.2021 — 0.5h

  • Started adding notifications

24.04.2021 — 3h

  • Continue working on notifications

25.04.2021 — 7h

  • Create new project form & modal
  • Metadata tags, favicon
  • Edit project settings
  • 404 page

26.04.2021 — 0.5h

  • Add filters for smaller screens

27.04.2021 — 0.5h

  • Implement react lib
  • Add new endpoint for fetching and creating comments

28.04.2021 — 1h

  • Deploy prod to Render

29.04.2021 — 1h

  • Continue working on React lib, fighting CORS issues
  • A few updates to landing page

04.05.2021 — 2h

  • Fixing cors issues, tesing react lib

05.05.2021 — 2h

  • Improving project info section
  • Docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment