Skip to content

Commit

Permalink
chore: correct modular models blog date (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Mar 29, 2024
1 parent 5bf5c73 commit 91f22dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/modular-models-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Modular Models
description: Modular Models
slug: modular-models-announcement
date: 2024-04-21
date: 2024-03-29
authors: eharris
tags: [openfga,features]
image: https://openfga.dev/img/og-rich-embed.png
Expand All @@ -15,7 +15,7 @@ Modular models aims to improve the model authoring experience when multiple team
- A model can grow large and difficult to understand
- As more teams begin to contribute to a model, the ownership boundaries may not be clear and code review processes might not scale

With modular models, a single model can be separated across multiple files allow grouping of types and conditions into modules. This means that a model can be organized more easily in terms of team or organizational structure. Used in conjunction with features such as [GitHub](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners), [GitLab](https://docs.gitlab.com/ee/user/project/codeowners/) or [Gitea's](https://docs.gitea.com/usage/code-owners) code owners. code owners, it should become easier to ensure the owners of an portion of your model are correctly assigned to review it.
With modular models, a single model can be separated across multiple files allow grouping of types and conditions into modules. This means that a model can be organized more easily in terms of team or organizational structure. Used in conjunction with features such as [GitHub](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners), [GitLab](https://docs.gitlab.com/ee/user/project/codeowners/) or [Gitea's](https://docs.gitea.com/usage/code-owners) code owners, it should become easier to ensure the owners of a portion of your model are correctly assigned to review it.

## How to use it?

Expand Down

0 comments on commit 91f22dc

Please sign in to comment.