-
Notifications
You must be signed in to change notification settings - Fork 2
Add ProConnect card #14
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1d30a3f
✨(back) add details to partial assert
NathanVss 6fb7004
✨(back) add config to serializer
NathanVss 24764dd
✨(back) add metadata to subscription serializer
NathanVss 60b59f7
✨(back) add required services
NathanVss bead0ba
✨(back) add ProConnect specific checks
NathanVss db4171d
✨(back) add organization mail domain handling
NathanVss cf1c11c
✨(back) enhance webhooks context
NathanVss db0084c
✨(back) update django admin
NathanVss 20d5fe9
➕(front) add react-hook-form
NathanVss 50ae46a
🏷️(front) update types
NathanVss fff3fa1
✨(front) implement ProConnect card and refactor
NathanVss 6a07e3d
🌐(front) update frontend translations
NathanVss 384b40a
fixup! ✨(back) add metadata to subscription serializer
NathanVss 5b79ee8
🔒️(back) add config whitelist in serializers
NathanVss de66935
♻️(front) add optimistic disable to service block
NathanVss e22e0ca
🔍(back) handle organization not found error
NathanVss cfcca41
🔒️(back) enforce organization context in serializer
NathanVss 1a9b562
✨(ci) enhance GitHub Actions workflow
NathanVss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/backend/core/migrations/0009_service_required_services.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Generated by Django 5.2.6 on 2025-12-02 15:02 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ('core', '0008_operator_config_and_more'), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AddField( | ||
| model_name='service', | ||
| name='required_services', | ||
| field=models.ManyToManyField(help_text='Services that are required for this service to be activated', related_name='required_by', to='core.service', verbose_name='required services'), | ||
| ), | ||
| ] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.