Skip to content

Commit

Permalink
Added todo notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Jul 7, 2020
1 parent 8b33105 commit 9490527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/labthings/td.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

from .utilities import get_docstring, snake_to_camel

# TODO: Remove reliance on get_apispec() methods


def view_to_thing_action_forms(rules: list, view: View):
"""Build a W3C form description for an ActionView
Expand Down
2 changes: 2 additions & 0 deletions src/labthings/view/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def represent_response(self, response):


class ActionView(View):
# TODO: Better support for overriding content type
# TODO: Better support for custom 200 responses

# Data formatting
schema: Schema = None
Expand Down

0 comments on commit 9490527

Please sign in to comment.