CenterForDigitalHumanities / TPEN-services

Services required by TPEN interfaces in order to interact with data
1 stars 0 forks source link

WIP on Issue 48 #53

Closed BhanuKandula5030 closed 8 months ago

BhanuKandula5030 commented 8 months ago

Changes made :

1.Updated the asJSON method in the Line class to provide a JSON representation of the TPEN annotation. 2.Added stubbed methods(CRUD) to support the specified functionalities for a TPEN annotation line. 3.Ensured that all methods in the Line class are of type function as expected.

All the test cases are passed after the changes.