Skip to content

feat: added-hosted-preferences-to-onboarding-data#5883

Merged
Zaimwa9 merged 1 commit intomainfrom
feat/add-hosting-preferences-to-onboarding-data
Aug 5, 2025
Merged

feat: added-hosted-preferences-to-onboarding-data#5883
Zaimwa9 merged 1 commit intomainfrom
feat/add-hosting-preferences-to-onboarding-data

Conversation

@Zaimwa9
Copy link
Copy Markdown
Contributor

@Zaimwa9 Zaimwa9 commented Aug 1, 2025

Thanks for submitting a PR! Please check the boxes below:

  • I have added information to docs/ if required so people know about the feature!
  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have used a Conventional Commit title for this Pull Request

Changes

Related to #5806
In order to save the hosting preferences in the onboarding object

How did you test this code?

  • Added tests
  • Postman requests

Exemple request (each item is removable):

PATCH http://localhost:8000/api/v1/auth/users/me/onboarding/

// body

{
    "tasks": [
        {
            "name": "test-view-doc"
        },
        {
            "name": "create_project",
            "completed_at": "2025-05-27T14:00:00Z"
        }
    ],
    "tools": {
        "completed": true,
        "integrations": [
            "mine",
            "craft"
        ]
    },
    "hosting_preferences": [
        "hello",
        "yolo"
    ]
}

@Zaimwa9 Zaimwa9 requested a review from a team as a code owner August 1, 2025 14:38
@Zaimwa9 Zaimwa9 requested review from khvn26 and removed request for a team August 1, 2025 14:38
@vercel
Copy link
Copy Markdown

vercel bot commented Aug 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Aug 1, 2025 2:38pm
flagsmith-frontend-preview ⬜️ Ignored (Inspect) Aug 1, 2025 2:38pm
flagsmith-frontend-staging ⬜️ Ignored (Inspect) Aug 1, 2025 2:38pm

@github-actions github-actions bot added the api Issue related to the REST API label Aug 1, 2025
@Zaimwa9 Zaimwa9 mentioned this pull request Aug 1, 2025
4 tasks
@github-actions github-actions bot added the feature New feature or request label Aug 1, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 1, 2025

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-5883 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-5883 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api:pr-5883 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-5883 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-5883 Finished ✅ Results

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.82%. Comparing base (de61b8b) to head (abdd461).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5883   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files        1258     1258           
  Lines       44785    44787    +2     
=======================================
+ Hits        43811    43813    +2     
  Misses        974      974           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Zaimwa9 Zaimwa9 merged commit 5598da0 into main Aug 5, 2025
32 checks passed
@Zaimwa9 Zaimwa9 deleted the feat/add-hosting-preferences-to-onboarding-data branch August 5, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants