acmpesuecc / Notes

0 stars 14 forks source link

Modifying the way notes are stored #1

Open nigeldias27 opened 2 years ago

nigeldias27 commented 2 years ago

What is the issue?

Currently new notes stored as a string separated by the symbol | in a local file. While reading the file, it is split into a list using a split function and taking the parameter as | symbol. Therefore, if a user wants to use | symbol for their note, it would cause an anomaly

Possible way of rectifying

Bounty Points 25

Vaarun-Kamath commented 2 years ago

hey can i work on this pls :) @nigeldias27

nigeldias27 commented 2 years ago

@TharunK41 you are assigned