aula icon indicating copy to clipboard operation
aula copied to clipboard

Clean AulaTesting

Open andorp opened this issue 8 years ago • 3 comments

  • Remove unnecessary paths from AulaTesting type.

andorp avatar May 23 '16 20:05 andorp

can you be more specific?

fisx avatar May 24 '16 05:05 fisx

These should be removed:

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

andorp avatar May 24 '16 12:05 andorp

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.

fisx avatar May 24 '16 13:05 fisx