Ver Fonte

update a bit

UMTS at Teleco há 3 semanas atrás
pai
commit
e679ffda66
1 ficheiros alterados com 11 adições e 7 exclusões
  1. 11 7
      README.md

+ 11 - 7
README.md

@@ -1,7 +1,8 @@
 # BeepZone Desktop Client (eGUI EMO Edition)
-very very very early beta version atleast fr
+very very very early alpha version atleast fr
 
 desktop client for the BeepZone asset management "system", built with rust + egui (dont ask why egui i forgor).
+proffessionally also known as itam (but this can do more than most available itam solutions tbh)
 
 ## Features
 
@@ -33,13 +34,13 @@ beepzone and its stack were all made as a passion project with initial works sta
 
 I fully admit that :
 
-- I have had zero experience in front end developer work when starting this (and still alot of times feel like i kinda dont know what im doing)
+- I have had zero experience in front end developer work with rust when starting this (and still alot of times feel like i kinda dont know what im doing)
 - Have only some bare minimal rust programming skills which i mainly previously only used for small backend type applications 
 - Barely document my spaghetti code 
 
-Therefore I did use agentic LLM models during this project for the following :
+Therefore I did use agentic LLM models sometimes during this project for the following :
 
-- Code and Config Comments since I often myself forget what does what or write them in a way only I understand with lots of swearing or just in straight up Swiss-German
+- Code and Config Comments since I often myself forget what does what or write them in a way only I understand with lots of swearing or just in straight up Swissgerman
 - Loads and loads of bug fixing
 - Placeholders/Templates for Views
 - Initial Structure of the Desktop Clients Code (as a template)
@@ -47,10 +48,13 @@ Therefore I did use agentic LLM models during this project for the following :
 
 I hope that by roughly disclosing where I used none human work I can bring more honesty to the table unlike certain projects I've recently seen on github that dont disclose that at all yet the entire repository reeks of AI SLOP which honestly just feels dishonest and stinks (and sometimes even charge money for the product that barely works).
 
+A rewrite after the initial release is planned and also being worked on in the background but that takes time, something this project kinda lacks as its needed in a functional state quiet soon into the future
+
 ## prereqs
 
+### for dev work 
 - rust 1.70 or later recommended install from here : [rustup website](https://rustup.rs/)
-- beepzone schema with atleast one admin user served using seckelapi 
+- beepzone schema with atleast one admin user served using seckelapi with its default example config
 
 ## Installation
 
@@ -75,7 +79,7 @@ cargo run
 cargo run --release
 ```
 
-## project "structure"
+## project "structure" (needs to be updated)
 
 ```
 beepzone-egui/
@@ -167,7 +171,7 @@ RUST_LOG=debug cargo run
 
 log levels: `error`, `warn`, `info` (default), `debug`, `trace`
 
-## planned stuff
+## planned stuff (to be updated)
 
 - make it actuall support backends RBAC lol
 - Finish Audit workflow in regards to items in wrong zones and UI Polishing