hasansezertasan / opinionated-mixins

Opinionated set of mixins. Implemented in Data Classes, Pydantic, SQLAlchemy, SQLModel, MongoEngine, ODMantic, Beanie, and WTForms.
MIT License
2 stars 0 forks source link

Model Proposal: Announcement #5

Open hasansezertasan opened 4 months ago

hasansezertasan commented 4 months ago

Why do you need this model? What does it solve? Please describe. We may still need "announcement" systems in many applications we use and develop.

Details

Field Name Python Type Description Unique Required Index
title str Title of the announcement False True True
content or description str Content of the announcement False True False
category str or enum.Enum Category of the announcement False True False