sekgobela-kevin / natrec

Natrec is an AI tool offering text generation, language translation, creative content writing, and accurate question answering
0 stars 0 forks source link

User admin routes not yet implemetated(adding, updating, others) #2

Open sekgobela-kevin opened 10 months ago

sekgobela-kevin commented 10 months ago

The UI for user management was updated in commit 87bc701 but corresponding routes were not added at backend.

sekgobela-kevin commented 9 months ago

I have been working on this for the last few hours and the changes are almost ready for commit. Dont guarantee them working but its worth something.

sekgobela-kevin commented 9 months ago

Made some changes to run.py and admin.html to try to implement user updating, adding and removing. It required lot of changes to ensure the client and the server are synchronised. There will always be a room for improvements.