Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ColtAllen
Copy link
Collaborator

@ColtAllen ColtAllen commented Jan 11, 2025

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

  • MMM
  • CLV
  • Customer Choice

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify): Planning

📚 Documentation preview 📚: https://pymc-marketing--1364.org.readthedocs.build/en/1364/

@ColtAllen ColtAllen added docs Improvements or additions to documentation CLV no releasenotes priority: low labels Jan 11, 2025
@ColtAllen ColtAllen self-assigned this Jan 11, 2025
@ColtAllen ColtAllen added this to the 0.11.0 milestone Jan 11, 2025
Comment on lines +93 to +118
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",
],
}
Copy link
Contributor

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +1 to +2
from roadmapper.roadmap import Roadmap
from roadmapper.timelinemode import TimelineMode
Copy link
Contributor

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

Copy link
Contributor

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?

Copy link
Collaborator Author

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?

Copy link
Contributor

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",
Copy link
Contributor

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

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLV docs Improvements or additions to documentation no releasenotes priority: low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants