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

Add trafficlight feedback #183

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

Add trafficlight feedback #183

wants to merge 52 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    bcac0a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    2e1c3d7 View commit details
    Browse the repository at this point in the history
  2. start writing tests

    MaHaWo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b8aa3bc View commit details
    Browse the repository at this point in the history
  3. work on tests for backend

    MaHaWo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    648cc57 View commit details
    Browse the repository at this point in the history
  4. add test for milestone score

    MaHaWo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b77e795 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab73365 View commit details
    Browse the repository at this point in the history
  6. add edge case tests

    MaHaWo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    baf520d View commit details
    Browse the repository at this point in the history
  7. work more on backend tests

    MaHaWo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2804964 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    78c168f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a09e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17bc4df View commit details
    Browse the repository at this point in the history
  4. finish route implementation

    MaHaWo committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    372a80a View commit details
    Browse the repository at this point in the history
  5. fix type annotations

    MaHaWo committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5923746 View commit details
    Browse the repository at this point in the history
  6. adjust tests

    MaHaWo committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    52f9648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eabadd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d602f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. work on streamlining backend

    MaHaWo committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e92b6e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    ce2140d View commit details
    Browse the repository at this point in the history
  2. make utils test work again

    MaHaWo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    16581a7 View commit details
    Browse the repository at this point in the history
  3. work on adjusting tests

    MaHaWo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    222ef01 View commit details
    Browse the repository at this point in the history
  4. work on tests

    MaHaWo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fda8a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. finish backend refactoring

    MaHaWo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    263650f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0811d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a57f836 View commit details
    Browse the repository at this point in the history
  4. unify await messages

    MaHaWo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d0a09d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    613d31d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20d0f3d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add-trafficlight-feedback' of github.com:ssciwr/mondey …

    …into add-trafficlight-feedback
    MaHaWo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    421bc40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8683e7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbca76f View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add-trafficlight-feedback' of github.com:ssciwr/mondey …

    …into add-trafficlight-feedback
    MaHaWo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    df51847 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    133d3de View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    114b497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6e29f View commit details
    Browse the repository at this point in the history
  3. fix comparison issues

    MaHaWo committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    7f95d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc833b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    d257b9e View commit details
    Browse the repository at this point in the history
  2. add remark about filtering

    MaHaWo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4393d1a View commit details
    Browse the repository at this point in the history
  3. improve comment

    MaHaWo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    eac7c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b3dce7 View commit details
    Browse the repository at this point in the history
  5. add steps to feedback scale

    MaHaWo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4bde874 View commit details
    Browse the repository at this point in the history
  6. add legend, better text

    MaHaWo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    49afb5a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    96ef1ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61eb0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb96694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a88b0f View commit details
    Browse the repository at this point in the history
  5. correct database queries

    MaHaWo committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c531137 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-trafficlight-feedback' of github.com:ssciwr/mondey …

    …into add-trafficlight-feedback
    MaHaWo committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4206d2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8e3542 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f74797 View commit details
    Browse the repository at this point in the history
  9. fix date error

    MaHaWo committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    aaee889 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9f87f1 View commit details
    Browse the repository at this point in the history