-
Notifications
You must be signed in to change notification settings - Fork 24
TASK: Add hobby system #23
Copy link
Copy link
Open
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstaleNo activity here in a whileNo activity here in a whiletaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🦗 Upper IntermediateGood for growing devs with more confidence in programmingGood for growing devs with more confidence in programming🦟 IntermediateGood for growing devs with confidence in programmingGood for growing devs with confidence in programming
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstaleNo activity here in a whileNo activity here in a whiletaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🦗 Upper IntermediateGood for growing devs with more confidence in programmingGood for growing devs with more confidence in programming🦟 IntermediateGood for growing devs with confidence in programmingGood for growing devs with confidence in programming
Difficulty: Intermediate to Upper-intermediate
TODO:
hobbies.pywith aHobbiesclass. This class will keep track ofPerson's hobbiesHobby. This class represents an individual hobby.Hobbiesshould have a main attributeself.listof typelist[Hobby](unless you can come up with a better name to avoid confusion with the builtin), which stores a list ofHobbyobjects.Hobbyshould have anameattribute. I can't come up with anything else at the moment, so I'll leave the rest to you.Hobbies:add_hobbyremove_hobbyis_adhd: if the number of hobbies exceeds a certain threshold (self.adhd_thresholdmaybe?)is_hobbylessPerson: Addself.hobbies = Hobbies()in__init__PR steps:
feature/hobby-moduleTASK: Add hobby system (#23)Closes #23Read CONTRIBUTING for more details.
Feel free to ask any questions here.
Leave a comment if you wish to work on this task!