universvm / obsidian-job-dashboard

This is a draft for my job dashboard built with Obsidian, Dataview, and Mermaid.
48 stars 0 forks source link

Update Suggestion: Add A Waiting On Section to Job MOC #3

Open YvonneBeirneFitzGerald opened 5 days ago

YvonneBeirneFitzGerald commented 5 days ago

Thank you for sharing this template it is fantastic!

I wanted to add a Waiting For Response section for applications that I have applied for but have not received a response. I copy the active section to a new section. I then updated the where line to :

"where Status != "Rejected" and row["Date Applied"] >= date(2024-01-01) and row["Last Round"] = "Online Application""

This assumes that Jobs with Online Applications has not received a response. My number is off from the graph (Issue 2), which means this might not be the best approach, and just a bad user.

universvm commented 4 days ago

Hi @YvonneBeirneFitzGerald ,

Thanks for your feedback and trying this out. At the moment we have something like this called "Waiting" which are active applications with history "None". Does this address your problem by any chance?

I think it can definitely be more intuitive. I'd like the flow to be defined neatly somehow but I haven't figured out a good way of doing this

YvonneBeirneFitzGerald commented 4 days ago

@universvm Thanks for getting back to me. I will give the History = "None' a whirl and see how it works out. I am prepping for the upcoming holiday so I might not get to try it out until the early part of next week. I share with you what works.