SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

Create a class representing collection of notes #3

Closed kzhereb closed 2 years ago

kzhereb commented 2 years ago

Stores notes, title of collection?

Collection will be stored in a single text file, file name will be derived from collection title

kzhereb commented 2 years ago

Functionality implemented, but see #18 for refactoring