Closed kaustubhhiware closed 5 years ago
Hi, thank you for tagging this as a first-timers-only issue. I would very much like to contribute.
@GalenWong you're welcome to :smile: !
Assigning this issue to you. Just have a look at plot_friends.py and make the necessary changes to support the suggested flags.
hi, I would like to contribute to the issue.
Hi @aditya9706! Sure, have a look at #30 for reference.
P. S: This project is no longer a part of open code, if you wish to have your contribution accounted for there.
Description
Extend functionality of plot_friends.py to specify from and to period. Currently doing for all time. Something of the type:
python plot_friends.py --from 2018-12-01
, should support both--from
and--to
flags, both optional.Mocks
Steps to reproduce (Incase of a bug)
NA
Acceptance Criteria
Update [Required]
--from
and--to
flags in plot_friends.pyEnhancement to Update [Optional]
Definition of Done
Estimation
4-5 hours after having an idea of original code