Closed myugetsu closed 3 years ago
@TAnas0 @myugetsu I see the Travis runs are failing. If we're planning to remove Travis in the near future, is it okay that they are failing? Or we need Travis to pass so we dont have the flake8 conflicts?
Merging #715 (7436a38) into develop (a2a0a51) will increase coverage by
0.79%
. The diff coverage is88.65%
.
@@ Coverage Diff @@
## develop #715 +/- ##
===========================================
+ Coverage 56.41% 57.20% +0.79%
===========================================
Files 142 143 +1
Lines 8948 9137 +189
===========================================
+ Hits 5048 5227 +179
- Misses 3900 3910 +10
Impacted Files | Coverage Δ | |
---|---|---|
formlibrary/urls.py | 100.00% <ø> (ø) |
|
formlibrary/views.py | 68.69% <77.55%> (+5.73%) |
:arrow_up: |
formlibrary/forms.py | 86.20% <100.00%> (+22.57%) |
:arrow_up: |
formlibrary/models/service.py | 89.65% <100.00%> (+1.19%) |
:arrow_up: |
formlibrary/serializers.py | 98.07% <100.00%> (+1.20%) |
:arrow_up: |
formlibrary/tests/test_service.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a2a0a51...b6d2e2d. Read the comment docs.
@myugetsu this is really great work! 💪 😄 I was testing out the Service form and had some comments:
Editing and then saving Distribution form is throwing error
Clicking 'Cancel' on edit form for both Training and Distribution is throwing error
Clicking on the "Project" and the "Program" filter is throwing error. If this is too complex to fix, suggest removing these for now
Add a title "Service details" on the edit page
Clicking on the name of the Service should direct to the Edit page. Currently clicking on the name of the service is not doing anything
@myugetsu To rebase PR to remove unrelated commits
@myugetsu
Creating new Service is throwing error
Clicking on the name of the Service should direct to the Edit page. Currently clicking on the name of the service is not doing anything
Clicking on the "Project" and the "Program" filter is throwing error. If this is too complex to fix, suggest removing these for now
@myugetsu
- Creating new Service is throwing error
- Clicking on the name of the Service should direct to the Edit page. Currently clicking on the name of the service is not doing anything
- Clicking on the "Project" and the "Program" filter is throwing error. If this is too complex to fix, suggest removing these for now
let me check its not hard to fix though its odd that its happening on your end let me check again
@ninetteadhikari have you been able to pull the current changes and try again on this branch
@ninetteadhikari have you been able to pull the current changes and try again on this branch
hmm this is strange I pulled the new changes locally and am still getting the above issues... @andrewtpham or @sannleen do you mind checking as well and see if you have any issues?
@ninetteadhikari let me see if i am missing anything on my end
@ninetteadhikari i have just fixed the filter issue should work now when you pull the code, as for the first issue with creating a new service am currently not having the same issue.
@ninetteadhikari i have just fixed the filter issue should work now when you pull the code, as for the first issue with creating a new service am currently not having the same issue.
@myugetsu I just pull the latest from your branch but getting a 500 server error when I try to create a Service (training or distribution):
I am also facing a 404 error (page not found) when I click on the filter to try and view any services under the program I selected: ![Uploading image.png…]()
@ninetteadhikari i have just fixed the filter issue should work now when you pull the code, as for the first issue with creating a new service am currently not having the same issue.
@myugetsu I just pull the latest from your branch but getting a 500 server error when I try to create a Service (training or distribution):
I am also facing a 404 error (page not found) when I click on the filter to try and view any services under the program I selected:
What is the Purpose?
creating crud backend and front-end functionality for services