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

Server/Ticket78/Fix interface api calls on the server side. #79

Open
bdfhjk opened this issue Apr 3, 2016 · 3 comments
Open

Server/Ticket78/Fix interface api calls on the server side. #79

bdfhjk opened this issue Apr 3, 2016 · 3 comments

Comments

@bdfhjk
Copy link
Collaborator

bdfhjk commented Apr 3, 2016

Currently, the API scheme on the server is non consistent with apiary documentation.

Please fix the schema of following calls to be compatible with apiary, that interface will be working well with them.

That may involve changing the expected JSON format, outputted JSON format and a little of internal server logic.

List of calls to be fixed (or checked) in the scope of this ticket:

    url(r'^crash-reports/$', views.crash_report_list) 
    url(r'^crash-reports/(?P<pk>[0-9]+)/$', views.crash_report_detail),

    url(r'^crash-groups/$', views.crash_group_list),
    url(r'^crash-groups/(?P<pk>[0-9]+)/$', views.crash_group_detail),

    url(r'^solutions/(?P<pk>[0-9]+)/$', views.solution_detail),
    url(r'^solutions/$', views.solution_list),

Both include request and answer. In case of questions how to implement any of it, contact @ignacy130

Please remove these urls as they are not following apiary to avoid misunderstandings:

    url(r'^crash-groups/add/$', views.crash_group_add),
    url(r'^crash-reports/add/$', views.crash_report_add),

Deadline: Before 07.04 20:00

@patrikos94
Copy link
Contributor

Please take a look at: #80

@bdfhjk bdfhjk assigned wisniak199 and unassigned Matimath Apr 5, 2016
@bdfhjk
Copy link
Collaborator Author

bdfhjk commented Apr 5, 2016

Please contact frequently @ignacy130

@bdfhjk
Copy link
Collaborator Author

bdfhjk commented Apr 5, 2016

wisniak199 added a commit to wisniak199/DPCS that referenced this issue Apr 12, 2016


Added searching required by API. Changed order of commands in Dockerfile.
Now, after modyfing code and running ./rebuild-docker it doesn't install
requirements once again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants