Skip to content

Commit

Permalink
docs: improve explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge committed Nov 27, 2023
1 parent a0865bc commit 65e0c9f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ and the business logic is extracted to a service file called `videos_provider.py
the `views` folder. Now the videos provider is responsible for fetching and transforming
the data, while the view is responsible for authorization and serialization.

Note that the file name `videos_provider.py` is a made-up example and is not a recommendation, since
we haven't determined any naming conventions at the time of writing this ADR
`(Discuss forum thread) <https://discuss.openedx.org/t/contentstore-views-refactoring/11801>`_.


**Before:**::

Expand Down

0 comments on commit 65e0c9f

Please sign in to comment.