need API for edit-review
Bug #719843 reported by
Michael Vogt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ratings and Reviews server |
Fix Released
|
Low
|
Aaron Peachey |
Bug Description
The spec has says that it should be possible to re-edit your review (maybe limited for a certain time only). We need a API for this so that I can send a updated version. Maybe something like "/1.0/reviews/
Notes for QA:
The steps to check this fix would be:
- Submit a new review.
- Check that you can immediately edit the review, and modify summary, rating and review text.
- Wait a while, until the time for editing your review expires (2 hours by default, but we can set it to a lower value for testing)
- Check that you can no longer modify your review in any way.
Related branches
lp://staging/~aaronp/rnr-server/modify-only
- Michael Nelson (community): Approve
- Aaron Peachey (community): Needs Resubmitting
-
Diff: 411 lines (+199/-15)9 files modifieddjango_project/config_dev/config/main.cfg (+1/-0)
django_project/config_dev/schema.py (+1/-0)
src/reviewsapp/api/handlers.py (+32/-7)
src/reviewsapp/api/urls.py (+9/-1)
src/reviewsapp/forms.py (+16/-1)
src/reviewsapp/models/reviews.py (+8/-0)
src/reviewsapp/tests/test_handlers.py (+83/-1)
src/reviewsapp/tests/test_models.py (+10/-0)
src/reviewsapp/tests/test_rnrclient.py (+39/-5)
Changed in rnr-server: | |
assignee: | nobody → Aaron Peachey (aaronp) |
status: | New → In Progress |
Changed in rnr-server: | |
status: | In Progress → Fix Committed |
tags: | added: kb-feature sp-1 |
Changed in rnr-server: | |
importance: | Wishlist → Low |
Changed in rnr-server: | |
status: | Fix Committed → In Progress |
Changed in rnr-server: | |
status: | In Progress → Fix Committed |
description: | updated |
Changed in rnr-server: | |
milestone: | none → 11.07 |
Changed in rnr-server: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This has been bumped for now.