Activity

Jonas

Tokens can now expre when there don’t set to permanent manuly in the DB
the API supports now to remove ores form the player, also from the WebUI
The WebUI (API also) can now manage the Players Health (Set to a specific Value, Remove 10 HP, Set to max and set to 0 HP)

Reworke the User Management -> New Design

Bug Fixes:
When you now go in the Server Overview to a Player via Manage you can direkly use the management tools. -> Before you must select the player twice

0
Jonas

I work on different thinks:

  • I addet the Player Health to the DB and show it by /stats with a progressbar. Health Pool is 100
  • I added a Permanent Acces Token option in the database for manuel creating a acces token in the DB for Demo porpuse
  • I remove the Testfeature that resorses are added for the time you mine direkly. Now you must wait the time you want to mine.
  • fix the error by setting the Ore Porbability in the UI (UI/Backend Communications)
0
Jonas

After the DiscordBot and the Backend works in his ground mecanismes. I build a WebUI infront of it to manage the servers for thinks like the probabilitys and playerstats

ToDo List:

  • Add Demo Acces to the WebUI for a Demo DC Server
  • Communication betwen Backend and UI improve for fewer errors in comonication and saveing changed settings
  • More features for the Bot to make it more like a RPG
0
Jonas

I created the Flask Backend. with the basic structure vor the routes.
It has only the backend feautes and the html files are created but emty.
My next step ist to make the UI for the Backend of the DC Bot

Attachment
0
Jonas

I Start with the DB Structure of my Discord Bot with Flask Web UI.
I also Prepare the Mining Feaure

My Goal is to Build a RPG on DC Server. Every DC Server is a Save. User have on diverent DC servers differtent scores.
You can mine resoures, craft and attak different Players.

For the Mining Feature the Game Master can stet the provabilities of the ores on his DC server
If the Bot is Invited to a Server the Host must do /setup to register the server in the DB and start initial the game
ervery user must /join-game to partisipate in the game
(this commans will be added soon)

Attachment
0
Jonas

Shipped this project!

Hours: 8.81
Cookies: 🍪 91
Multiplier: 10.34 cookies/hr

I add the Web UI in English
The Table relods automatic
on the demo side (http://fil-demo.jonasheilig.de/) is the autoreload deactivated to protect my internet trafic.
The api routes working on the demo side

Jonas

Translate the WebUI to English for a larger target group
Improve the Reload of the Tabel list now ervery 5 secons. Chanable in the index.html. Manuel Reload posible by F5 (Page reload)

Attachment
1

Comments

Sim Dev
Sim Dev 15 days ago

💪🏻

Jonas

After the API works, now I builed a completatly Web UI for this tool.
So Now you don’t need to send a Request in the terminal to manageing your Filamment, now you can use all features in the new WebUI

When there a red error it helps on the demo side to relode the pages - vercel dont like the database

0
Jonas

Shipped this project!

Hours: 4.38
Cookies: 🍪 61
Multiplier: 13.97 cookies/hr

I build a Backend API to get the overview how much Fillament someone has.
I proud about the fature to to keep track of the fillament conusme and how mutch is left

Jonas

I complied the API Functions with the flask app
Now you can
Add Spools by API to the db
Show spools
Filter Spools
archive Spools
remove material from spool

Attachment
Attachment
0
Jonas

I Start to make the API routs for the spools to list the spools

GET infos about Spools
Create Spools
Get infos by Spools id

Attachment
0