Skip to content

Commit

Permalink
remove deprecated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Oct 21, 2024
1 parent 0a90ca0 commit 4ade232
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dataedit/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2352,9 +2352,6 @@ def post(self, request, schema, table, review_id):
Handle POST requests for contributor's review. Merges and updates
the review data in the PeerReview table.
Missing parts:
- merge contributor field review and reviewer field review
Args:
request (HttpRequest): The incoming HTTP POST request.
schema (str): The schema of the table.
Expand All @@ -2364,9 +2361,6 @@ def post(self, request, schema, table, review_id):
Returns:
HttpResponse: Rendered HTML response for contributor review.
Note:
This method has some missing parts regarding the merging of contributor
and reviewer field review.
"""

context = {}
Expand Down

0 comments on commit 4ade232

Please sign in to comment.