pdonorio / restangulask

FRONTEND(Flask and Angular interface) + BACKEND(Flask Rest API)
MIT License
3 stars 2 forks source link

Clean the frontend from any authentication mechanism #29

Closed pdonorio closed 8 years ago

pdonorio commented 8 years ago

It is not needed anymore, now that we found that JWT can carry all the informations needed.

So we should:

pdonorio commented 8 years ago

@mdantonio if you find other things to remove in the python frontend code, put that here as a reminder.

mdantonio commented 8 years ago

For now i don't find other relevant blocks of dead code. However with the extension of unit tests to frontend, all dead code will be easly discovered

pdonorio commented 8 years ago

However with the extension of unit tests to frontend, all dead code will be easly discovered

Uhm... but should we use any unit test for the frontend side, now that with this issue we are going to remove the only separated endpoints?

mdantonio commented 8 years ago

Some features should be tested, just to be sure in production. For example the creation of blueprint.js

We could consider it as a very low priority task, but nevertheless a task to do

pdonorio commented 8 years ago

Whenever you have time, go for it!

mdantonio commented 8 years ago

This issue (clean frontend from authentication and blocks of dead code) is completed. The issue is still open due to a derived task (make tests on frontend). I tried to make some tests but it is not trivial and also considering the very very low priority i think we can close this issue. After completed tests on the web interface (#19) probabily we will be able to add some tests to frontend (or at least reconsider this task)