liqd / aula

An online platform for political participation in schools in Germany (not in active development)
https://liqd.net
Other
27 stars 5 forks source link

Clean AulaTesting #554

Open andorp opened 8 years ago

andorp commented 8 years ago
fisx commented 8 years ago

can you be more specific?

andorp commented 8 years ago

These should be removed:

       "ideas"  :> GetH (Frame (PageShow [Idea]))
  :<|> "spaces" :> GetH (Frame (PageShow [IdeaSpace]))
  :<|> "topics" :> GetH (Frame (PageShow [Topic]))
  :<|> "users"  :> GetH (Frame (PageShow [User]))
fisx commented 8 years ago

not sure i agree. the testing api should be removed from the production system altogether, but i don't see a reason not to keep these in it, safely packed away somewhere for manual testing.

not strong opinion, though.