-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Roadmap Generation Script #1364
base: main
Are you sure you want to change the base?
Conversation
task_priority = { | ||
"low": [ | ||
"EG Model", | ||
"EG Covar", | ||
"sBG Pop", | ||
"sBG Covar", | ||
"BG PurProb", | ||
"BGBB Pred", | ||
"logp property", | ||
"BG Time Covar", # 2026 | ||
], | ||
"med": [ | ||
"BG Covar", | ||
"XR Support", | ||
"Input Val", | ||
"BGBB Scan", | ||
"PNBD Raw Moments", | ||
"GG Dist Block", | ||
], | ||
"high": [ | ||
"3d plots", | ||
"Spend plots", | ||
"Covariate Causality", | ||
"Causal Campaign Notebook", | ||
], | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about a yaml file for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from roadmapper.roadmap import Roadmap | ||
from roadmapper.timelinemode import TimelineMode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add these to one of the environments. Maybe just conda atm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this currently in the docs somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No; I'm planning to present it for the yearly recap.
Do you think it makes more sense to add to the index, or CONTRIBUTING.md
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I think another tab / index file might make sense or in the contributing
f"{YEAR}-08-15", | ||
f"{YEAR}-09-30", | ||
fill_colour=doc_color, | ||
font_colour="white", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is white whereas others in lane are black font
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create_clv_roadmap might make a bit more sense. And have file in scripts/roadmaps/ instead if others will be created. I like the idea of it for MMM and others
I've been using the roadmapper library to plan CLV development, and decided to add the script I've been using to the library because beyond being useful for planning purposes, a roadmap could also be a good addition to the README or documentation index.
Checklist
Modules affected
Type of change
📚 Documentation preview 📚: https://pymc-marketing--1364.org.readthedocs.build/en/1364/