This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add fields claimed_at and claimed_by to location model * add claims filter to locations * add claimed_by and is_pending_review in location table * add sections for QA and location details * reformat code to include generic actions for claiming and unclaiming * set claimed_at to now if its unset when saving * add bulk approval for locations pending review * change claimed_by to autocomplete and claimed_at as readonly, and set automatically when claimed * add models LocationReviewNote and LocationReviewTag * update models to not use the same related_name, add migration * add admin methods for LocationReviewTag and LocationReviewNote * update bulk_approve_locations function with tags and notes * use the correct related name in location query * update bulk location approval to remove is_pending_review flag * Record note and add tag if user removes is_pending_review flag from location show page * move bulk_approve_locations action to the model * move action functions inside models
- Loading branch information
Showing
5 changed files
with
382 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.