X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=TODO.txt;h=bdf8ccd3f5ae26febb43453ee2a6faab21fe3801;hb=1532532dd4d3670d6d55560bbc3cbb0b238f74cd;hp=a7f5c9f265cb36f199390bdefa40a83bbea563e4;hpb=dc4116d45b9ae8d52e92a0bd173ca87059533e2b;p=brisk.git diff --git a/TODO.txt b/TODO.txt index a7f5c9f..bdf8ccd 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,21 +1,281 @@ -/* +======== + TODO +======== - TESTING - ======= + BRISK4 (mammuth) + ====== + + - STEP MANAGEMENT VERIFY + Slim Paragraph + DONE - move the garbage timeout on file + DONE - in index_rd load all data only when required + - briskin5 alignment + . extern del garb_timeout + . user_load parameters verify + . Bin5::load_data and Bin5::save_data refactoring with + data split + . move many function into "Bin5 class" + + DB: - initial usage + DONE - configurabilità file o db + DONE - aggiornare le funz di gestione db in modo che prevedano anche il flag DISABLE + DONE - travasatore file to pg + DONE - travaso punteggi + DONE - memorizzazione nuovi i punteggi nel db + DONE - gestione classifiche in SQL + DONE - produrle + DONE - mostrarle + + STEP 1.1 + DONE - points archiver + + STEP 1.2 + DONE - partial usability if database go down. + + STEP 1.5 + - sistema di inserimento nuovi utenti (riversatore da form di inserimento) + + STEP 2 + - aggiornare le funz di gestione db in modo che prevedano anche il flag SUSPEND + - modifica password + - ripristino password + + STEP 3 + - comunicazioni di aggiornamento (stato salvato sul server) + + DONE - var $G_base aggiunta per gestire include in include da path differenti + + BRISK3 (trusty) + ====== + DONE - donameter + DONE - G_donors + DONE (WOW!) - js object with infos + DONE - main logic at login (cookie check in index_rd.php; show_message and createCookie via snippets with block + to prevent fast reload) + DONE - cookie per non assillare e visualizz. + DONE - graphical donameter + WIP content (in conf.) + + DONE - numero di tavoli auth-only nel .brisk-install + - isolation + TEST - ricalcolo delle persone in piedi quando si cambia modalità + DONE - se si e' in isolation non si può cambiare nick perdendo l' auth + DONE - non leggere le chat di quelli non autenticati (in isolation) + DONE - regole per passare alla modalita' (in piedi o ai tavoli autenticati) + DONE - treni non auth da nascondere + DONE - verso gli altri ??: uguale a prima + + finire multilingua (briskin5/index_wr.php e altri se ce ne sono) + coniglio + only auth strictly + placing limits to config file + +Dunque, + +- come vengono aggiornate le classifiche: ogni giorno alle 23:58 + +- cosa cambia tra le tre coppie di classifiche: + ci sono le classifiche dell' ultima settimana, quelle dell' ultimo mese, e quelle dell' ultimo trimestre, + per ognuno di questi lassi di tempo poi c'è la classifica di chi ha giocato più di TOT partite o meno di TOT partite, con TOT che cambia a seconda del lasso di tempo. + +- come vengono calcolate le classifiche: per ogni utente vengono presi tutti i punti fatti ai tavoli con lucchetto nel lasso di tempo preso in considerazione (ultima settimana, ultimo mese o ultimo trimestre), sommati e divisi per il numero di partite fatte in quello stesso lasso di tempo per normalizzare i valori; poi siccome la gente quando vede 0.18734 sbarella ho deciso di moltiplicare il tutto per 100. + +Un esempio per chiarire: + + l'utente 'pippo' che è nuovo gioca 4 partite nell'ultima settimana con i seguenti punteggi: + -2, 1, 2, 1 + lo score viene { [ (-2) + (1) + (2) + (1) ] / 4 } * 100 = 50.0 + + a parità di score tra utenti va più in alto chi ha giocato più partite. + +Se dopo quelle 4 partite 'pippo' non ne giocherà più, passata una settimana dall'ultima giocata +sparirà dalla classifica settimanale e rimarrà in quelle mensili e trimestrali. + + + + + + + + BUG + --- + + DONE - paste da demauroparavia + DONE - recupero partita per re-login con password + DONE - problema "|" nei nomi (manca enhance degli script lato server) + - problema col treno se mouse sopra mentre stringe (verif) + + MINOR + ----- + + NORMAL + ------ + + - win test + WIP - /listen + DONE - skin della textarea + DONE - set cookie + DONE - init client (read from cookie) - ALWAYS BY SERVER + DONE - init server + DONE - after cookie check auth-only when no-auth case + DONE - aggiungi info accanto a "Chat" + DONE - /mesgtoadm + DONE - img dei comandi + + DONE - form per garantire utenti (accoda in un file nel formato corretto) + DONE - process request + DONE - show form + DONE - close butt + DONE - submit form + DONE - process form js side + DONE - process form + DONE - documentazione in help + + DONE - user status + + DONE - aggiornare help + DONE - overflow management + DONE - for status + - for password + + DONE - reload home + - notify for long pages + + - buddy list + - silenziastolti vari (fino al buddy import) + - restrict challenge per IP + - restricted charset for login + - watchdog + + - db (minimal) + - db admin page + - user db admin + - use db + - admin db + + - studiare un anti-dos + - login modify + DONE - db (fake) + DONE - display auth + - manage preferences + + minor + ----- + - auth after login + +----- done ------ + + BUG + --- + DONE righe troncate + DONE - questione "a monte" che: + DONE - lascia fuori il bottone + DONE - scrive à e compagnia + DONE - refresh act_table when unauthorized + DONE - problema ghost autenticato (ne prendi il posto ovunque sia) + + MINOR + ----- + DONE - refactoring of the owner name (auth attr for owner name) + DONE - room + DONE - at chat input line + DONE - in the chat output line + DONE - deauth management + DONE - table + DONE - at chat input line + DONE - in the chat output line + DONE - for user area of other users + DONE - deauth management + DONE - alart to one user + + + NORMAL + ------ + DONE - strong ban: "expire time|IP|session|(nick if authenticated)" + DONE - login: se auth - verifica solo gli expire per quel nick + DONE - se non auth - verifica gli expire per IP e sessione + DONE - riscrivere messaggi + + DONE - login + DONE - se pass: + DONE - richiede per l' utente un token (tutta la parte backend va un minimo studiata) + DONE - lo legge, ci hasha la password + DONE - invia la pass al server hashata + DONE - se non pass: + DONE - check del login e return corretto + DONE - oggetto in shm single table con ( "ip", "login", timestamp ) e suo management + DONE - rename ghost if logged + DONE - onunload_cb e onbeforeunload_cb !!! + DONE - da change attrs a change class (input field) + DONE - colore del bg per arrivare ad essere omogeneo + DONE - cambiare path e file di config + DONE - login with or without pass + DONE - registered nick notice (METTERE IL MSG NELLA PAG DI LOGIN) + DONE - segnalare tavoli solo per auth + DONE - rename restriction at auth table + DONE - change nick (strcasecmp) + DONE - refact js tables to handle flags + DONE - room javascript refactoring + + DONE - work background + DONE - reserved tables + + + BRISK2 (spawn) + ====== - TODO - ==== URGENT - tables spawn + DONE - link with photos + DONE - top banner in Etc file + DONE - spawn of a table + DONE - data to cookies (removed table_idx from xhr calls also) + DONE - set subst to shutdowner/shutdowned + DONE - return to index.php + DONE - game's token + DONE - recover of corrupted table data + DONE - closure of a table + DONE - flush of the table + DONE - security checks for right scope access + DONE - garbage collector management + DONE - recursive garbage - howto ? + DONE - stat & subst in browser + DONE - laccwr setting and exit if all players are unactive for some time + DONE - the list of test case + DONE - shm dimension + DONE - remove unused parts + DONE - move images + DONE - optimizations + DONE - cambiare titolo al tavolo + DONE - shutdowning lock tables + DONE - topbanner + DONE - public announcements + DONE - 10 sec to exit from table + + FAR - inheritances + + TRAIN - DONE - add again in reload + DONE - wag_set refact + DONE - filtra char speciali per title + DONE - chatt_send refact + DONE - elenco dei giocatori + DONE - documentazione online + DONE - timeout management + LATER - border color a muzzo + + NORM - testament + NORM - public announcements + NORM - 10 sec to exit from table + NORM - moving label for tables click + +----------------- join ----------------- + NORM - map - NORM - pubblic announcements NORM - restart preload img - NORM - chat vecchie in reload NORM - tools dir with a main and some pages where check briscola tools. - NORM - bottoni => immagini NORM - watchdog - MIN - cambiare titolo al tavolo + NORM - chat vecchie in reload (forse) MIDDLE TODO ===========