Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog V4 #250

Closed
wants to merge 9 commits into from
Closed

Changelog V4 #250

wants to merge 9 commits into from

Commits on Apr 22, 2024

  1. [Agora-1928] Serve spec at /api/v1/spec + swagger UI at /api_v1 (#236)

    * 💻 serve raw spec from /api/v1/spec
    * 💻📦👀 add packages + page for swagger react ui
    * 💻✨ add swagger ui in pages router
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    62948be View commit details
    Browse the repository at this point in the history
  2. 💻 mocked rounds routes (#243)

    * 💻 add rf/rounds
    
    * 💻 add /rf/rounds/id route
    
    * ✨ prettier
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0d9d15f View commit details
    Browse the repository at this point in the history
  3. 💻🗯️ mocked comments routes (#247)

    * 💻📐🗯️ comments spec fixup; add GET comments w/paginationn; return PUT comment
    
    * 🤏 typo
    
    * 💻🗯️ add support for PUT/GET/DELETE impact metric comments
    
    * ✨ prettier
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e0c94fe View commit details
    Browse the repository at this point in the history
  4. Fixes duplicate twitter metadata (#249)

    * Fixes duplicate twitter metadata
    
    * Removes stale code from root page metadata generator
    mcgingras committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    aca0d40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f88f433 View commit details
    Browse the repository at this point in the history
  6. 💻 add mocked route for ballots (#244)

    * 💻 add mocked route for ballots
    * 💻 add ballot-by-address route and ✌️query ✌️
    * 💻🤏📐 return body of ballot for /submit
    * 🔁🏷️ feedback: rename ballotAddress to balltotCasterAddress
    * 🔁💻🏷️ unify ballot address + submitter fields to ballotCasterAddress
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c9185cb View commit details
    Browse the repository at this point in the history
  7. 💻 mocked impact metrics routes (#245)

    * 💻 add routes for per-round and per-ballot impact metrics
    * 💻🌌 add get (singular) impact metric by id; tabs: 2-spaced;
    * 💻 add route for getting impact metric by id
    * 💻 add POST /rounds/ballots/
    * 💻 add delete route for /ballots/impact metrics
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ca986f5 View commit details
    Browse the repository at this point in the history
  8. 🔐💻 hardcode mocked /auth endpoints (#241)

    * 🔐💻 hardcode mocked /auth endpoints
    * 📦 add SIWE pkg
    * 💻🔐 impl /nonce
    Flip-Liquid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1158013 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 💻 mocked project routes (#242)

    * 💻 add route for fetching projects by round
    * 💻 add /rf/rounds/[id]/projects
    * 🔁 💻 drop extraneous fields on team member; add farcasterId
    * 💻 update default team with farcasterId
    * 💻 return default team
    Flip-Liquid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    941bdab View commit details
    Browse the repository at this point in the history