DEV Community

Discussion on: Searching Contributors (Hacktoberfest) / Open Source project (SirixDB) / building a Vue.js and D3.js frontend

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

I'll try to add support for retrieving the full revision history metadata of a resource on saturday (also for the REST-API... might simply be a GET host/database/resource/history route).

Maybe then in the first step for the web interface I'd like to read this information into a table, for instance, the author (name, ID), the revision number + revision timestamp and an optional commit message.

Then in the next step I might add the possibility to open a specific revision by clicking on one of the table rows :-)

Collapse
 
fultonbrowne profile image
Fulton Browne

I can definitely help with the REST api. and maybe the web UI.

Thread Thread
 
johanneslichtenberger profile image
Johannes Lichtenberger

Thanks a million times... I've built a non-blocking REST API with Vert.x, Kotlin (Coroutines) and Keycloak. It's in the repository in bundles/rest-api :-)

I just added persisting the user-information for each revision a few days ago (if the data store is not used as an embedded Java library). I'll add the possibility to get a list of this info in the Java-API next and then in the REST-API. Should be done in no time (hopefully ;-))

Thread Thread
 
johanneslichtenberger profile image
Johannes Lichtenberger

But I guess I need every kind of help for the upcoming web-UI where we start from a green field, yay ;-)