I miei voti positivi

post che Mmm7777 considera positivi
Mmm7777
4y | 14 ott 2020, 11:35:01
v19.34 - v19.37 - sitemap modification
/ng/daily-log
  • sitemap are now generated in smarter way, divided by countries
  • "my joined groups" are now in the upper part of website - https://www.niftycent.com/ng

git diff --shortstat 74dd456a 1a12e3b8 13 files changed, 314 insertions(+), 177 deletions(-)

Mmm7777
4y | 6 ott 2020, 14:37:34
v19.14 phpunit
/ng/daily-log

Runtime of phpunit tests down from 20min+ to 5min+, phpunit updated to version 9.0.2

Time: 05:15.609, Memory: 205.00 MB

OK (72 tests, 293 assertions)

  • several tests updated to run faster
  • all database migrations shrinked into one
  • fixed template in article detail
  • fixed preview website redirect ("/")
  • imported part of production database to localhost
  • database full backup

git diff --shortstat 31ded283 2fdab26d 208 files changed, 9015 insertions(+), 5562 deletions(-)

Mmm7777
4y | 29 set 2020, 01:29:14
LOC in niftycet.com
/ng/niftycent-com-ideas-news

Some LOC (lines of code) statistics

based on

find . -type f ! -path './vendor/' ! -path './node_modules/' ! -path './.git/' ! -name '.log' ! -path './bin/' ! -path './var/' -name '*.svelte' | xargs wc -l

for different file extensions in niftycent.com project

scss - 5665 php - 110311 go - 6029 python - 1124 svelte - 2774 html.twig - 43120 (ignoring lot of configurations for database, web server, other packages...logging etc...)

Project is still not finished, lack of many features, but growing.

Just for curiosity