sjsakib / cfviz

Visualizes user data from codeforces.com using the official API
http://cfviz.netlify.com
1.12k stars 70 forks source link

Add 2 handle problems compare table #14

Closed shnjm closed 5 years ago

shnjm commented 5 years ago

In compare.html page added a table to show which problems are solved & not solved by 2 user. These problems are tried by at least one user. There are 2 different type of table. One is using MDL other one using Google Charts Table. 1st one follows the original project theme, 2nd one have some functionality (sorting on the fly by any column, more view). 2nd one is commented out to maintain original theme.

please check it and let me know if its ok.

sjsakib commented 5 years ago

Thanks for your efforts. But don't you think the table is too long for most users to be useful?

shnjm commented 5 years ago

Ok got that. Yes, you are correct. Can it be paged ? Per page 10 or 15 row ? in MDL table it's need to add some button and JS, Google Charts library have built in support.

BTW, Most important question is -> Will the feature add some value to users ? [note: i did it for myself though.]

sorry for my bad English. and my experience in Github is not old. :D