-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create api for EAP create, update, get #1480
base: develop
Are you sure you want to change the base?
Conversation
@thenav56 Please do the merge yourself when needed. I have a feeling that it is not so easy to remove an already-done migration step, but I may be wrong about that. |
This was a mistake. @Rup-Narayan-Rajbanshi will create newer migrations instead of modifying the old one. |
b55eedb
to
b5c3981
Compare
@szabozoltan69 , sorry it was a mistake, Now there is a new migration file. |
Please avoid using enumfields: https://github.com/IFRCGo/go-api/blob/feature/eap-create-update-get/eap/serializers.py#L5 |
e65b45e
to
8e92079
Compare
Dear @Rup-Narayan-Rajbanshi , @frozenhelium – could we please merge this PR to develop? Even if not ready fully? |
It is not reviewd so I won't recommend you to merge into develop. Regarding the above mentioned enum issue I will pull the develop branch , solve the above enum issue and then push it and then you can merge it into develop. @szabozoltan69 |
It is not super urgent. Take your time, even maybe the review step is ok for me. |
8e92079
to
4909a62
Compare
- Modified models - Added serializers - Added views - Added test cases, factories
- removed api for indicator, status - created a model for prioritized_risk for early actions - modified test cases to accept many prioritized risks
- Solve issue for empty document for eap activation create and update
4909a62
to
74367b7
Compare
Is this branch still needed? |
@szabozoltan69 ,Let it be in Draft. |
17d0645
to
a8b22d7
Compare
c512fea
to
cc11ba1
Compare
14cb672
to
682a280
Compare
@Rup-Narayan-Rajbanshi @thenav56 Can we close this PR? |
Addresses EAP
Changes
Modified models
Added serializers
Added api for create , update and get for eap form.
Added test cases, factories
Added Models for EAP activation
Modified api for (create, update, get) field-report to accept EAP activation.
Modified existing test case of field-report to accept EAP Activation.
Added Models for EAP Final Report
Added Api for EAP Final Report
Added Test case for EAP Final Report
Updated/ran unit tests
Updated CHANGELOG.md
Release
If there is a version update, make sure to tag the repository with the latest version.