You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract base class (created by, created, member_access, manager_access)
Concrete class that implements the base class; no requirements for additional fields like name and slug
"Default" class for the app (that implements the additional fields currently on Team)
This approach would allow a developer to implement a subset of the current teams app in a project (that, for example, may not require a name or slug field), while maintaining compatibility would current functionality.
It would also make it easier to derive a custom class at the project level to store project-specific data on that custom model.
The text was updated successfully, but these errors were encountered:
Allow a:
created by
,created
,member_access
,manager_access
)name
andslug
Team
)This approach would allow a developer to implement a subset of the current teams app in a project (that, for example, may not require a name or slug field), while maintaining compatibility would current functionality.
It would also make it easier to derive a custom class at the project level to store project-specific data on that custom model.
The text was updated successfully, but these errors were encountered: