PolaricServer / webapp2

Re-write of client app. Based on OpenLayers 5+
GNU Affero General Public License v3.0
15 stars 4 forks source link

Basic server support #15

Closed ohanssen closed 7 years ago

ohanssen commented 7 years ago

Some functionality will need the webapp to connect to a backend server. For example tracking and sharing layers and features amongst users. We should probably design this framework to allow apps to be configured with or without a backend-server.

A basic API on server side should also be carefully designed (possibly REST). It could be implemented as a plugin or a part of polaric-aprsd.

Login to the server: authentication, authorisation, users, roles should be a separate issue. See issue #17.

ohanssen commented 7 years ago

This issue and issue #17 is about the API and client side support. The design and implementation of servers is another project.