Basic Features

Image

During the development of Meebox, the author took many detours. One aspect was not strictly following the requirements. It's not that the requirements were incorrect, but rather the author felt they were not sufficient. Yes, you read that right. The author felt the need to add more requirements...

When developing the memo and password features, there were actually not only memo and password modules but also bookmark and TODO functions. Initially, the bookmark function was developed first and was 90% complete. Whenever you copied a bookmark to the clipboard and switched to Meebox, you would be prompted to create a bookmark. If you created one, it would automatically visit the link, crawl the images from the link, and save them locally. You could also add additional images and notes to the bookmark.

As for the TODO function, it was planned to be developed after the password module, so only the prototype was made without implementation.

After the memo was developed, the author abandoned the project for a while (reading novels, watching anime, basically avoiding coding). During this time, the author also pondered whether the bookmark function was necessary since there was a memo. Also, was the TODO function suitable for the entire feature system?

After some thought, the author decisively abandoned the bookmark and TODO functions, leaving only the memo and password functions in Meebox.

So, the current Meebox only retains the following data types: memo, password, image, video, document.

In the following chapters, there will be screenshots to help users understand how each function works.