jarun / buku

:bookmark: Personal mini-web in text
GNU General Public License v3.0
6.49k stars 294 forks source link

ToDo List #251

Closed jarun closed 6 years ago

jarun commented 6 years ago

Continued from #233.

Notes

The list below is a growing one. While suggesting new features please consider contributing to Buku. The code is intentionally kept simple and easy to understand with comments. We'll be happy to assist any new contributor. We need your help!

Some of the fresh-baked features may not have been released yet. Grab the master branch for those.

Identified tasks

jarun commented 6 years ago

and the result is not saved anywhere

Then how do you get the count? I am missing something here for sure.

rachmadaniHaryono commented 6 years ago

Use python collection.Counter (?)

E: this line https://github.com/rachmadaniHaryono/Buku/blob/feature/statistic/bukuserver/server.py#L432

jarun commented 6 years ago

If the server goes down, the data would be lost, right?

rachmadaniHaryono commented 6 years ago

Yes, no result data recorded

jarun commented 6 years ago

I think if we add this feature, users may want the data to be persistent. Hence, at some point we will have to work on making it persistent and add that option to enable it.

jarun commented 6 years ago

Rolled at #268.