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 calendar command to see in which days activities were logged #173

Open
JacobEvelyn opened this issue Jun 1, 2017 · 0 comments
Open

Comments

@JacobEvelyn
Copy link
Owner

I'm not yet sure what this should look like exactly, but I think it would be useful to see something like:

$ friends calendar
     June 2017
Su Mo Tu We Th Fr Sa
             X     X
 X  X  X     X     X
 X     X            
    X           X  X
    X  X     X

And, similar to friends graph, you could add flags to filter what you see, e.g. friends calendar --in Boston --with Prudence

Some questions:

  1. How should "active" days be displayed?
  • With a symbol, like an "X"?
  • With a number indicating the number of activities?
  1. How should "inactive" days be displayed?
  • With nothing (as above)?
  • With the day of the month?
  • With a symbol, like an "x"?
  1. How should days that have not yet occurred be displayed?
  • The same as other days?
  • The same as other days but a different color?
  • Not displayed at all?
  1. Should multiple months be displayed at a time? If so, how? If not, how do we specify what to show?
  2. Should this be the way that a user can see their "streak" of consecutive days, or would that better fit as a separate feature?

I'm interested in hearing opinions from anyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant