Skip to content

Commit

Permalink
refactor: address PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 14, 2024
1 parent d37a414 commit 64e4db9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/decisions/0017-generalized-containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ This section defines the purpose and structure of containers, explaining how the

- A container is designed as a generalized capability to hold different types of content.
- A container is a publishable content type that holds other content types through a parent-child relationship.
- A Django application will offer methods for other subtypes to use the container's capabilities.
- The generalized container capability will have its own Django application where other types of containers and content types will build on top of. For instance:
- Generalized containers (containers app is lowest level of these applications)
- Selectors for dynamically selecting 0-N PublishableEntities, i.e. how we're going to do things like SplitTest and Randomized (selectors application, builds on containers).
- Units (units app, builds on containers and selectors).

2. Container Types and Content Constraints
==========================================
Expand Down

0 comments on commit 64e4db9

Please sign in to comment.