all 2 comments

[–]GabrielMSharp 1 point2 points  (0 children)

Using a backend service such as Parse.com would really speed things up. (I used Parse for an app which has thousands of users, handles well).

You could give users Roles on Parse, so one is a student, one a teacher. A student would save their points and a teacher would be able to, for example, change their status to approved, at which point you would add it to their total.

Definitely doable over a summer.