History log of /ontohub/app/controllers/api/v1/proof_attempt_configurations_controller.rb
Revision Date Author Comments Expand
25f85f6174d2238cc1ea058fa129cb65961cf54a 15-Jul-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Decouple ProofAttemptConfiguration from Ontology Now that there is only one ProofAttemptConfiguration per ProofAttempt, we can remove this association. The numbering can be dropped as well. Next, the loc/id and routes must be adjusted because it is now associated primarily with the ProofAttempt.

63499d8d12a219d26744bcb896789ea28459814f 15-Jul-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Let PAC have one proof_attempt and remove goals When the ProofAttemptCofiguration only has one proof_attempt, there can only be a single goal. This can be retrieved through the proof_attempt.

b7fe8f3179594e2ebccf6ee9f562e9c2e17aab96 27-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add API ProofAttemptConfigurationsController and its routes.