Our Single-Page Application is growing fine, yet it’s also starting to show its limits:
- There’s no way we can add, update, or delete our sample records
- We cannot properly implement our Login view, since it will require handling some sort of user authentication in terms of credential storage and session persistence, to say the least
- Truth be told, we can’t even say we’re actually showing something close to our original plan; our quizzes are still shallow items with titles and descriptions put together by a sample method providing some autogenerated data
It’s time to get rid of that provisional demo and start working on the real thing. We won’t use Angular for the time being, as what we need to implement ...