nerdvana-ro / infoarena

Development of the nerdarena.ro project.
https://www.nerdarena.ro/
0 stars 0 forks source link

Private tasks #31

Open CatalinFrancu opened 3 years ago

CatalinFrancu commented 3 years ago

We have 119 private tasks, as shown by

select t.id, u.username, left(max(r.timestamp), 10) date
from ia_task t
join ia_user u on t.user_id = u.id
join ia_textblock_revision r on r.name = concat('problema/', t.id)
where t.security = 'private'
group by t.id, u.username
order by date;

We could message the authors and hope that they publicize them.

CatalinFrancu commented 3 years ago

These problems are now public (please double check everything before publishing them):

These problems can be published (according to their authors):

These problems can be deleted (according to their authors). Still, we should look them over. They might be interesting -- but we have to do any additional work ourselves.

Their respective authors promised to work on these:

These tasks need work, but the authors did not confirm they can do the work:

@cfrancu will publish these:

I was unable to contact the authors for these problems (the emails returned with errors):