Skip to content

Commit

Permalink
end of the translation
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.mongueurs.net/act/trunk@1007 67b57a05-4208-db11-a765-00306e02d86a
  • Loading branch information
book committed Jan 26, 2007
1 parent 11e91bc commit f5990ef
Showing 1 changed file with 30 additions and 55 deletions.
85 changes: 30 additions & 55 deletions TODO
Expand Up @@ -69,8 +69,8 @@ UNPRIORITIZED TODO LIST
(like is_staff || is_orga): if some user needs to see such and
such parts of the site, they need the appropriate right

* integrate a wiki (using Act user login, make it possible to block
edits one the site is closed).
* integrate a wiki into Act (using the Act users logins, maybe restricted
to users registered to the conference)
=> this is being developped in the dev branch.

* http://conferences.yapceurope.org/2005/user/214
Expand All @@ -79,7 +79,7 @@ UNPRIORITIZED TODO LIST

* most tables should be sortable by clicking on column headers.

* when a conference is over, treasurer/orga should be able to delete
* when a conference is over, treasurer/orga should be able to unregister
participants who didn't show up.

* rights management
Expand All @@ -90,58 +90,33 @@ UNPRIORITIZED TODO LIST
- against: the list of rights must be supplied
(at worse: select distinct right_id from rights should do it)

* photo gallery? Links with Flickr? tags? links with talks? author?

* in conf/act.ini, add [general] finished = 1 when the conf is over.
=> current thinking is do this automatically.

======
- galerie de photos
+ upload par les photographes, annotation
+ redimensionnement des photos trop grosses ?
+ outil de recherche (par conf, par auteur, par mots-cl� ?)
+ si possible, int�grer des outils qui existent d�j� pour la gallerie
(mais visu par auteur, conf�rence, recherche sur le titre, etc.)
+ possibilit� d'annoter les photos par exemple pour les lier � un talk,
une salle, un jour ?

- creation de roles globaux ?
+ gestion des users (ajout, suppression, edition)
+ gestion des photos/videos (si on fait une gallerie)

- test de la fermeture/ouverture des diverses options

- les photos doivent �tre stock�es dans endroit commun ?
ou est-ce qu'on permet � un user d'avoir une photo diff�rente par
conf�rence ? dans ce cas, doit-il l'uploader chaque ann�e ?

- le nom "orga" est-il bien choisi ?

- vu que Act g�re des conf�rences multiples, qui n'offrent pas toujours
les m�mes langues (e.g. fr+en ou pt+en), est-ce qu'il ne faut pas
g�rer la liste des langues comme une liste de pr�f�rences ?
� chaque fois qu'un user s�lectionne une liste, elle passe en
premier sur sa liste. exemple d'un portugais :
+ sur ye2005, pt => liste = pt
+ sur fpw2005, fr => liste = fr,pt
+ sur ipw2005, en => liste = en,fr,pt
Arriv� � ce stade, il faut reconfigurer la langue pr�f�r�e sur les deux
autres sites, pour arriver � pt,fr,en ou fr,pt,en, ce qui lui donnera
la langue voulue partout. Ca va ?
ou alors, on ajoute encore un truc � g�rer, mais bof.
=> autre possibilite, rajouter un champ lang dans participations,
comme ca un user inscrit � une conf aura sa langue de pr�ference
inscrite en dur pour cette conf...

- un site Act "standalone" qui ne soit pas li� aux confs/talks, mais
juste aux users

- statistiques pour les users, globales � toutes les conf�rences
(e.g. top participant, top speaker, etc)

- possibilit� pour l'utilisateur d'afficher autant de users qu'il veut
sur la page de recherche (genre 50, all), etc.
+ tri par nom, pays, ville... multicrit�re ?
+ Act::Handler::User::Search n'utilise pas Act::Form

- support de plusieurs groupes de mongueurs
=> DB
=> recherche
* image resizing

* usefulness of global rights?

* more tests, especially for the web interface

* may a user have a different photograph every year?

* change the "orga" right name

* think about the user prefered language as a preference list:
- ye2005, pt => list = pt
- fpw2005, fr => list = fr,pt
- ipw2005, en => list = en,fr,pt
at that point, we need to reconfigure the prefered language for
the two other sites
Another option is to add a lang field in participations, to have
a favorite language per conference

* global user stats (top attendee, top speaker, etc)

* user-configurable searchlimit

* support for several monger groups (addition, search)

0 comments on commit f5990ef

Please sign in to comment.