Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitcoinco/checker-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gitcoinco/checker-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: api
Choose a head ref
  • 12 commits
  • 26 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. list out apis

    thelostone-mc committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    26e7c86 View commit details
    Browse the repository at this point in the history
  2. proposed apis

    thelostone-mc committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    37feae3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: cleanup + mock endpoints

    - move all repository into repository.ts
    - renaming EvalutionQuestion -> EvaluationQuestion
    - rename router + controller of evaluate -> evaluation
    - add router/controller/repository/service for Profile
    - added mock endpoints for pool and evaluation
    - implement profile/{profileId}/applications
    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    167cdf9 View commit details
    Browse the repository at this point in the history
  2. add postgraphile

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    68b62d4 View commit details
    Browse the repository at this point in the history
  3. fix logging

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3bfc883 View commit details
    Browse the repository at this point in the history
  4. fix entity

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6750ad2 View commit details
    Browse the repository at this point in the history
  5. fix postgraphile

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d2ff11b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c2df87 View commit details
    Browse the repository at this point in the history
  7. fix query

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    71fd655 View commit details
    Browse the repository at this point in the history
  8. t1

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c073b74 View commit details
    Browse the repository at this point in the history
  9. remove get calls

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c2fdc96 View commit details
    Browse the repository at this point in the history
  10. wip

    thelostone-mc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9ce783c View commit details
    Browse the repository at this point in the history
Loading