givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

Accept POST requests for user info #193

Closed tectosage closed 1 year ago

tectosage commented 1 year ago

Takes a token, address, longitude, and latitude

schancel commented 1 year ago

I would split this into 2 PRs, but this is okay.

1 PR would be just an endpoint that takes the userinfo, and then another PR on top to add gorm and the docker-compose file.

Let me ping @MagsMagnoli for a review since he's the one who needs the backend. The API looks straightforward though.

schancel commented 1 year ago

Looks good to me but a few nits that I'll push a commit for. @MagsMagnoli You have any other feedback?

schancel commented 1 year ago

I'll take this PR over. It looks good, but seems like it died.

schancel commented 1 year ago

Seems PostGIS support will be a little tricker. I don't know which library to use for that.