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

Store current collection in config file #7

Closed kzhereb closed 1 year ago

kzhereb commented 2 years ago

Need to use some config file for this? For now, just store in text file (config.txt) next to executable current_collection =

kzhereb commented 2 years ago

Mostly implemented in db74fa745aa999c350fc4f3b9528781eb9f334f1 (created Config class, reading from file and writing to file) To close this issue, need to implement #6 and #3 and then use the implemented Config class in these implementations

kzhereb commented 2 years ago

Thanks for helping with code: @WeiZedInc and @AntAndriy7

kzhereb commented 1 year ago

Finally implemented in 82285e850ff76f9330d007d44285d179ec44d48d Additional parameter added: collection_directory specifies path to directory storing collections