- Gruppi
This commit is contained in:
10
src/server/populate/levels.js
Normal file
10
src/server/populate/levels.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 0, descr: '[Nessuno]', years_of_exp: 0},
|
||||
{_id: 1, descr: 'Principiante', years_of_exp: 1},
|
||||
{_id: 2, descr: 'Intermedio', years_of_exp: 3},
|
||||
{_id: 3, descr: 'Avanzato', years_of_exp: 5},
|
||||
{_id: 4, descr: 'Esperto', years_of_exp: 10},
|
||||
{_id: 5, descr: 'Veterano', years_of_exp: 20},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user