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

Dev #443

Merged
merged 5 commits into from
Sep 30, 2024
Merged

Dev #443

merged 5 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. Merge pull request #440 from PROCOLLAB-github/master

    Master -> Dev
    sh1nkey authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d94f2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb93cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #441 from PROCOLLAB-github/flexivanov237-pro-464

    optimized chat checking, if it will break
    sh1nkey authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bf676a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. PRO-459: Filter projects for experts

    1. `rate-project/details` - роут удален, нигде не использовался
    
    2. Добавлены фильтры аналогично роуту `/projects/` на роут `/rate-project/{program_id}`.
    path параметр `program_id` все так же необходим, query параметры в документации.
    Актуальным в рамках задачи является query param `is_rated_by_expert`:
    `1/true` - только оценённые проекты
    `0/false` - только не оцененные проекты
    пусто - все проекты
    Прочие фильтры могут использоваться по необходимости.
    
    3. Код отрефакторен: логика получения списка изменена, результат аналогичен предыдущему за исключением:
    Ключ "scored" добавлен на все проекты (bool).
    Ранее был только у оценённых проектов `"scored": true`, сейчас он так же там присутствует, но не оценённые проекты получили ключ `"scored": false`.
    pavuchara committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9088b49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from PROCOLLAB-github/feature/programs_filter…

    …_for_expert
    
    PRO-459: Filter projects for experts
    sh1nkey authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8531bb5 View commit details
    Browse the repository at this point in the history