Closed markoa closed 1 month ago
@markoa I've added the above content to the demo data.
Several things needs further work:
@markoa I can continue to tweak, but maybe it is better at this point for you to take over and polish the final details. Let me know which is the best approach here, and if you need an intro how to update the data.
Something to think about: The above milestones are reading like a todo list (do this, do that), but they should probably be (reached X, accomplished Y).
@shiroyasha Thanks, I should be table to take it from here and finalize it.
Yeah this structure is incomplete:
%{name: "Deliver top 5 most requested product enhancements", from: 0, to: 2, unit: "deliverables"},
should be like
%{name: "Deliver top 5 most requested product enhancements", from: 0, to: 5, current: 2, unit: "deliverables"},
This is a limitation of goals atm. When creating a goal you can only set from -> to as the assumption is that you will insert progress when it happens via updates.
Currently, the best workaround for the demo data to achieve this effect is to:
targets: [
%{name: "Deliver top 5 most requested ...", from: 0, to: 5, unit: "deliverables"},
],
update: %{
content: "Hey team ... we have delivered ...",
target_values: [2]
}
wdyt about expanding the people list with an attribute for who they report to, like this:
%{
key: :tina_scott,
name: "Tina Scott",
title: "Director of Customer Support",
avatar: "photo-1700248356502-ca48ae3bafd6",
reports_to: :jack_thomas
},
Sounds like a great idea. I've created a PR with the new functionality.
I'll merge the above PR to main to avoid any conflicts on the branch where you are working atm.
One thing that I don't understand is how I as current_user
fit in the picture. IIRC in your original version there were two items in the Review section which is great. I'd like to recreate that here and also make it make sense in the org chart.
When referencing the champion or reviewer, you can set the key :owner, which will be you.
On Wed, 2 Oct 2024 at 18:11, Marko Anastasov @.***> wrote:
One thing that I don't understand is how I as current_user fit in the picture. IIRC in your original version there were two items in the Review section which is great. I'd like to recreate that here and also make it make sense in the org chart.
— Reply to this email directly, view it on GitHub https://github.com/operately/operately/issues/1220#issuecomment-2389067281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANSOJIZFMJWH3EIIJZAQ4DZZQLLZAVCNFSM6AAAAABPDTCKP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGA3DOMRYGE . You are receiving this because you were mentioned.Message ID: @.***>
Both the milestone done and the annual goal steps are done. Latest version deployed to demo.
cc @markoa
We created the initial demo data on a very tight deadline and after looking at it with fresh eyes, anticipating calls with potential users etc, I thought we should change it so it's mimics a company after product-market fit.
I've created sample data below that I hope will make the implementation straightforward. If there's anything I could do to make it smoother please lmk @shiroyasha.
Goals & Projects
Accelerate User Growth (Department: Marketing)
Improve Product (Department: Product)
Scale up company (Department: Company)