kit-sdq / intelligrade

IntelliJ-Plugin for grading with the artemis project
Eclipse Public License 2.0
5 stars 1 forks source link

`Feature Request`: Allow tutors to export the annotations as JSON (and re-import them later) #27

Closed Shirkanesi closed 1 month ago

Shirkanesi commented 2 years ago

Sometimes Artemis gets some hiccups when processing feedback and won't accept it. To make sure tutors won't lose there feedback by accidentally (e.g. deleting the project from eclipse) there should be an option to export the created annotations as a file (preferably JSON, as there are Data-Object-Mappers implemented anyway).

dfuchss commented 1 year ago

Good idea. All mechanisms should be available.

dfuchss commented 1 year ago

Maybe we'll do this as part of a practical course this term

CDaut commented 2 months ago

Should be pretty simple if Annotations in Artemis4J implement serialization.

dfuchss commented 2 months ago

@Feuermagier @Luro02 does artemis4j (new) has an API for that?

Feuermagier commented 2 months ago

Not yet, but we can use the Metajson API for that