Hei Ya All!! Today is day 6, lets take a look what I did yesterday and what I want to do today.
Yesterday I did:
- Fast search engine with Fuse. It took me a lot of time because it generated some errors in the code. Also I created a test, so now I know how to test component functions
- Fetch notes when creating connections. It was easy
Today I would like to:
- Create new notes
- Put * in the tittle when the note is modified but not saved.
- Put in the webpage the connections
Create a new note
In order to create a note:
- Press Alt + N or press button
- Write a title
- Save the note
When to process title and connections?
I have been thinking when is the best time to process the title of the note and its variables of title and connections, it should be only when saving and it should be in the client. Why? Because is the moment the information is being sended to the server. Notes are not that big, this operations is easy to handle.