dieterich-lab / medex

Intuitive Graphical User Interface for Medical Data Exploration
MIT License
4 stars 3 forks source link

Fetch API for the javascript interface #29

Closed sanketahegde closed 1 year ago

sanketahegde commented 1 year ago

Use Fetch API to replace the form submit in HTML. Fetch API also provides a global fetch() method that provides an easy, logical way to fetch resources asynchronously across the network.

sanketahegde commented 1 year ago

commit: 72545e8d0acbbc1952855a55146af4ef2d298059

Removed Fetch call and updated the DataTable to use Ajax request for filtered data responses. Updated data service and controllers to handle the get request on server side. Updated the tests for data services and controllers.