Giter VIP home page Giter VIP logo

meet-me's Issues

event type has url

each event type has a url like https://meet-me.deno.dev/my-name/event-name

☂️ Create booking page

tasks:


Note: booking page has 2 types:

Type 1: URL https://meet-me.deno.dev/user-slug/

  • It shows all available type
  • The user first select the event type
  • Then the user select a vacant slot from the calendar

Type 2: URL https://meet-me.deno.dev/user-slug/event-slug

  • It shows the only one event type, which is already selected when the user visited the page
  • The user select a vacant slot from the calendar

  • Note1: if the user doesn't set the user slug, the booking page is not available.
  • Note2: if the user doesn't set the event slug, then the booking page for the single event is still available via the url https://meet-me.deno.dev/user-slug/event-uuid

Prototype onboarding flow

Path

  • /mypage/onboarding

The user set up the url slug, availabilities, event types.

After setting up those parameters, they are navigated to my page (/mypage)

Tasks

  • Set slug (user's url)
  • Set availability
  • Set timezone
    • Move Dropdown component from Deploy
  • Set event type
    • Create a new Event Type Modal
      • Move Dialog component from Deploy
    • Delete event type
    • Edit Event Type modal

Topics to discuss 5/31

  • Share progress on onboarding flow
  • Discuss Inbox feature: Maybe drop it for first pass? (@ry says he doesn't need it for his use case)
  • Plan this week's work

🔍 Solution Overview

User Journeys

  1. Acquisition Journey

    As a potential user of cal, I want to be able to view information about the solution to determine if I want to sign up for the product.

  2. Signup Journey

    As an intended user of cal, I want to be able to signup for cal, using my Google Account for identification and authentication and linking my cal account to my Google Calendar. I also want to select some default configuration details about how I want cal to operate.

  3. Cal Configuration Journey

    As an authenticated user, I want in interface to be able to configure my meeting slots as well as well as configure other options associated with my account.

  4. Cal Visitor Journey

    As an unauthenticated user/visitor to a specific users page, I want to be presented with the available meetings slots for the user so I can book a meeting with them.

  5. Cancellation Journey

    As an authenticated user, I want to be able to un-enroll in cal.

Infrastructure

  • CI/CD (GitHub Actions)
  • Frontend Tooling (Aleph.js)
  • Business Logic/Middleware/Client API (Deploy Services)
  • Persistance (Supabase)

Initial Work Break Down

  • Infrastructure

    • Scaffold out CI/CD
    • Setup architectural decision records
  • Frontend

    • Mocks/Designs for Landing, Sign-up, Configuration, Visitor/Booking pages
    • Scaffold out Aleph.js for "pages" (Landing, Sign-up, Configuration, Visitor/Booking)
  • Middleware

    • Design domain model (event storm?)
    • Design process flow for sign-up
    • Design process flow for configuration
    • Design process flow for booking creation and change
    • Design and build mock APIs based on domain model and flows
  • Integrations

    • Investigate and Detail OAuth integration with Google
    • Investigate and Detail Google Calendar Permissions and APIs
    • Investigate and Detail notifications via e-mail
  • Backend

    • Investigate and Detail supabase integration
    • Design data model based on domain model
    • Implement data store design

detect users' timezone

Detect users' timezone somehow and set it to user object when first creating the user. (Currently in routes/api/authorize.ts)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.