kartevonmorgen / kartevonmorgen.ts

Mapping-Frontend to find and add sustainable Organisations (Initiatives, Companies) and Events on Kartevonmorgen.org / MapofTomorrow.org
https://kartevonmorgen.org/
GNU General Public License v3.0
11 stars 12 forks source link

Enable login and entry-administration in the frontend #152

Open wellemut opened 1 year ago

wellemut commented 1 year ago

Goal:

Implement whole administration of entries in Frontend, so that we can get rid of the backend html. like https://openfairdb.org/entries/9ba1a9e4138c4d2dbaa776fead85d098 grafik

Implementation

grafik Use login-API to get user cockie: https://app.swaggerhub.com/apis/Kartevonmorgen/openfairdb/0.10.5#/Users/post_login

grafik

(still not needed on landing-page (https://github.com/kartevonmorgen/kartevonmorgen.ts/issues/118)

wellemut commented 1 year ago

@navid-kalaei today in a call with @flosse and @alex0107 we decided, that it would be the best, if all administrational tasks can be done in your frontend.

Do you mind to implement it after the other issues?

flosse commented 1 year ago

@navid-kalaei today in a call with @flosse and @alex0107 we decided, that it would be the best, if all administrational tasks can be done in your frontend.

not really. The only thing that has to be implemented by @navid-kalaei are the functionalities that are used by a user, such as register, login, subscribe, unsubscribe etc. All other administrative tasks may or may not be performed by the main frontend. It also could be a complete separate implementation.