[WIP]added sample issue on module creation#1
[WIP]added sample issue on module creation#1nishantPFM wants to merge 41 commits intopreview-cmsfrom
Conversation
…ues directly. Issues to be created by system implicitly when creating a module
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| setIsSubmitting={(value) => setIsSubmitting(value)} | ||
| issueOperations={issueOperations} | ||
| disabled={disabled} | ||
| disabled={true} |
There was a problem hiding this comment.
instead of this, leave it as it is.
at the top... just after disabled value is recieved from props, set disabled=True and add a comment just above it that "title is disabled everywhere" or something. so that IF AT ALL, it has to be conditionally enabled(worst case), we can do it off.
There was a problem hiding this comment.
Nevermind. it will disable other fields too. didnt notice that
|
|
||
| const BASE_ISSUE_PAYLOAD:Partial<TIssue>= { | ||
| type_id: null, | ||
| name: "Promo Name | Ideation Task", |
There was a problem hiding this comment.
promo name to be picked dynamically
36af524 to
6343fd5
Compare
* chore: adjusted increment/decrement for unread count * chore: improved param handling for unread notification count function
* chore: adjusted increment/decrement for unread count * chore: improved param handling for unread notification count function * chore:file restructuring * fix:notification types * chore:file restructuring * chore:modified notfication types * chore: modified types for notification * chore:removed redundant checks for id
…ne view (makeplane#6150) * remove shouldEnable dependency flags for timeline view * chore: error handling --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
…ectly (makeplane#6134) * improvement: refactored issue grouping logic to access MobX store directly * chore: minor updates
* fix:favorites reorder * chore: added error handling Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor: enhance command palette modularity * chore: minor updates to command palette store
…6187) * chore: handled the cycle date time using project timezone * chore: reverted the frontend commit
Summary : Creating issue whenever Module is getting created.
Note: Currently, only a sample issue is getting added. Once the finalised set of tasks for each promo type is determined, will be update the accordingly.
JIRA1 : https://pocketfm-jira.atlassian.net/browse/CS-3033
JIRA2 : https://pocketfm-jira.atlassian.net/browse/CS-3082
JIRA3 : https://pocketfm-jira.atlassian.net/browse/CS-3053
Working video :
Screen.Recording.2024-12-09.at.4.59.10.PM.mov