Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #7 add space for linter warning
  • Loading branch information
Angeluz-07 committed Mar 11, 2020
commit 3cee2486ebbc73420652ade9a2d711cc46cde486
1 change: 1 addition & 0 deletions time_tracker_api/technologies/technologies_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, let's move these kinds of fields that are generated after creation, i.e. created_at, created_by, tenant_id, etc., to a model called technology_response, this way you will not require them when the technology is being created but this has to be autogenerated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those would be those ReadOnly fields

})


@ns.route('')
class Technologies(Resource):
@ns.doc('list_technologies')
Expand Down