We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A kesest jelenleg orakban szamoljuk a moment.js segitsegevel itt: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/models/deliverable.js#L40 Jo lenne, ha ora es perc is megjelenne, hisz <1 ora eseten, csak 0 ora jelenik meg, ami nem egyertelmu.
Viszont az ora / hours szavak nem a computed property reszei. student: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/components/student-laboratory-upload.hbs#L29 Demonstrator: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/components/demonstrator-student.hbs#L85 Evaluator: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/evaluator.hbs#L154
Emiatt javaslom, hogy az ember computed adjon vissza egy objectet, es a megfelelo nyelvet jelenitsuk meg a megfelelo feluleten:
{ 'en': '3 hours 1 minutes', ' hu': '3 óra 2 perc' }
The text was updated successfully, but these errors were encountered:
keses jelzese float ertekkel #98
1400543
No branches or pull requests
A kesest jelenleg orakban szamoljuk a moment.js segitsegevel itt:
https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/models/deliverable.js#L40
Jo lenne, ha ora es perc is megjelenne, hisz <1 ora eseten, csak 0 ora jelenik meg, ami nem egyertelmu.
Viszont az ora / hours szavak nem a computed property reszei.
student: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/components/student-laboratory-upload.hbs#L29
Demonstrator: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/components/demonstrator-student.hbs#L85
Evaluator: https://github.com/bme-db-lab/szglab5-frontend/blob/master/app/templates/evaluator.hbs#L154
Emiatt javaslom, hogy az ember computed adjon vissza egy objectet, es a megfelelo nyelvet jelenitsuk meg a megfelelo feluleten:
The text was updated successfully, but these errors were encountered: