Closed pdonorio closed 8 years ago
@mdantonio if you find other things to remove in the python frontend code, put that here as a reminder.
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
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?
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
Whenever you have time, go for it!
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)
It is not needed anymore, now that we found that JWT can carry all the informations needed.
So we should:
commons
dir code created in the issue #22