docs: Document the Projects feature (7.0)#833
Open
promptless-for-oss wants to merge 1 commit into
Open
Conversation
|
|
||
| Projects give you one place to group everything that belongs to a single marketing initiative. Instead of hunting for the Campaigns, Emails, Segments, and other items behind a launch, you assign them all to a Project and manage them together. A Project works like a folder that spans item types, so you can see how the pieces of an initiative fit together and find related items quickly. | ||
|
|
||
| You can assign many item types to a Project, including Asset, Campaign, Company, Dynamic Content, Email, Focus Item, Form, Landing Page, Marketing Message, Point, Point Trigger, Segment, Stage, and Text message. |
Contributor
Author
There was a problem hiding this comment.
The assignable item types and the whole Projects feature come from the 7.0 ProjectBundle, the version that introduced Projects (PRs #15002/#15072); ProjectEntityLoaderService enumerates the entities using ProjectTrait.
| To open the Projects list, select Projects in the left main menu. From here you can create a new Project, open an existing one, and delete Projects you no longer need. The list shows each Project along with the number of items assigned to it. | ||
|
|
||
| To create a Project, select New, then give it a name and an optional description. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
The 7.0 ProjectBundle has no Validator/ directory (unlike 7.1's Validator/UniqueName), so the friendly 'A project with this name already exists.' message is intentionally omitted here — 7.0 relies on the database unique index only.
Source: https://github.com/mautic/mautic/tree/7.0/app/bundles/ProjectBundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds a new Projects overview page documenting the Mautic Projects feature for the 7.0 branch, the version that introduced Projects: what Projects are, creating/managing/deleting Projects, the two ways to assign items, the assignable item types, the
project:search command, and the Project permission set including the Associate permission. Omits the friendly duplicate-name validation message, which is not present in 7.0 (added in 7.1). Registers the page in the docs toctree after Categories.Trigger Events
Tip: Adjust how proactive or focused Promptless is in Agent Settings ⚙️