Open SudhanPlayz opened 2 years ago
yeeeeeeeeeeeeeeeeeeeee
h
Maybe I am free next month... if I am then I would do this
Maybe I am free next month... if I am then I would do this
Teach me react js.
Maybe I am free next month... if I am then I would do this
teach me react js.
Design in figma first then react
hmm
Patiently waiting cause i don't know how to figma.
Patiently waiting cause i don't know how to figma.
Learn ;-;
any eta on this?
[ ] POST: Delete song from queue
Convert to [ ] DELETE: Delete song from queue
.
No? theres no such thing as Delete
Just an update, the v5 will use MySQL to store information such as but not limited to:
24/7 per server config
Music Queue (if bot restart it will picked up the previusly stored queue)
Dashboard related config
and maybe, just maybe, Playlist.
For future reference, SQLite will be used. https://github.com/SudhanPlayz/Discord-MusicBot/issues/638#issuecomment-1444003852
Based on @Checker8763 suggestion.
No? theres no such thing as Delete
No? theres no such thing as Delete
This wouldn't work as what we're trying to accomplish is to allow a user from the dashboard to send a request through the API to delete something on the queue
It goes something like this You → Dashboard(Sends a GET request for what's in the queue for X guild) → API (Sends all the songs in the queue for that "guilds") → You (get the list) Let's say the queue for that guild is
You → Dashboard(sends a POST request to delete song number 3, on guild X) → the song gets removed from the queue! everyone's happy yay
Press a button -> Sends delete request
no
thats not how it works, you'll need to think it logically
cause there's multiple variables, such as different guilds
[ ] POST: Delete song from queue
Convert to
[ ] DELETE: Delete song from queue
.
i just wanna make everything POST and GET lol
exactly, simple 🙏
What appended?
Need help with react (nextjs)?
if you can sure 👍🏼
Any news about it?
Maybe I am free next month... if I am then I would do this
teach me react js.
Design in figma first then react
i can help with it but in ejs (dashboard)
Need help with react (nextjs)?
yup, you can help if you can. I will be pushing the nextjs project to v5 branch in some hours
Any news about it?
Any news about it?
Yeah, and I have a few issues, not sure if its implemented or pending or what but when I click the login button, it says "Cannot GET /login" this continues to happen with /404, /dashboard, /index, /login, /logout and /servers. Is this a bug?
Any news about it?
Yeah, and I have a few issues, not sure if its implemented or pending or what but when I click the login button, it says "Cannot GET /login" this continues to happen with /404, /dashboard, /index, /login, /logout and /servers. Is this a bug?
For reference, the links looks like this discord-music-bot.<user>.repl.co
Any news about it?
Yeah, and I have a few issues, not sure if its implemented or pending or what but when I click the login button, it says "Cannot GET /login" this continues to happen with /404, /dashboard, /index, /login, /logout and /servers. Is this a bug?
it's not a bug, it's the feature 😊 They will be working soon
If you need frontend dev with react stack then you can hmu, I can help you guys with it but I'm just a junior, so I don't promise anything
Someone should come up with a rough concept in something like figma
Someone should come up with a rough concept in something like figma
since I'm the only one who is coding the dashboard rn, I think its a waste for time now. I will just build it without using figma cuz all components are available within nextui and will be easy to code
im not sure about using NextUI, its not really completed yet.
Let me know if you need me to design the landing page :)
Let me know if you need me to design the landing page :)
If you can, then you can do it. Thanks for the contribution
ded
ded
not really
ded
not really
the api for v5 is not working is it still under dev?
ded
not really
the api for v5 is not working is it still under dev?
ye
Any news?
Just an update, the v5 will use MySQL to store information such as but not limited to: 24/7 per server config Music Queue (if bot restart it will picked up the previusly stored queue) Dashboard related config and maybe, just maybe, Playlist.
But Darren! Is mysql available on replit? yes https://replit.com/talk/templates/Getting-started-with-MySql/33744 go
Why MySql and need an extra service to run? I would have more thought of SQLite because of
Thats a perfect usecase for sqlite
And because it is a wide spread technology it has gread libs and the sql should stay the same or can even be enhancey because sqlite supports more complex querys usualy found on something like PostGres migrating the code should be realtivly easy. Nomraly only the setup should be changed.
If there is something u need help with i would like to contribute. I am full-stack developer but mainly focus on next.js and react. HMU.
any update? @SudhanPlayz
Just an update, the v5 will use MySQL to store information such as but not limited to: 24/7 per server config Music Queue (if bot restart it will picked up the previusly stored queue) Dashboard related config and maybe, just maybe, Playlist. But Darren! Is mysql available on replit? yes https://replit.com/talk/templates/Getting-started-with-MySql/33744 go
Why MySql and need an extra service to run? I would have more thought of SQLite because of
* great performace even on medium trafic websites 100k/visit(day [claim](https://www.sqlite.org/whentouse.html#website) * otherwise better performace that I/O like json file * single file database * ease of deployment just copying a single file * No diffrence or even improvement in code. * epic library support * even more sql features * Workload is perfect for sqlite of the Bot would be as far as I know just be writing and updating config occationaly but reading a lot of data.
Thats a perfect usecase for sqlite
And because it is a wide spread technology it has gread libs and the sql should stay the same or can even be enhancey because sqlite supports more complex querys usualy found on something like PostGres migrating the code should be realtivly easy. Nomraly only the setup should be changed.
I totally agree, we don't need a heavy MySQL Server for storing dashboard data. SQLite is the way to go. :+1:
@Checker8763 Why MySql and need an extra service to run? ... And ... only the setup should be changed.
To answer your question, MySQL because at the start this project was designed to run in hundreds of servers simultaneously. But since we all know what happened to big music bot… We now changed our focus for this bot to run on “small” server. Server with few members. SQLite is valid. Will update the to-do list.
@jozef-drabik If there is something u need help with i would like to contribute. I am full-stack developer but mainly focus on next.js and react. HMU.
Any contribution is accepted and welcomed. Feel free to add features that you would like to see added.
@thirsty-12 any update? @SudhanPlayz
AFAIK No, he has been pretty inactive in this project.
To be completely transparent with you all, my schedule is very, very full. I only have free time on Sunday night. So some important issue on this GitHub might not get to me in time. Ahem, https://github.com/SudhanPlayz/Discord-MusicBot/issues/1156
I will contribute from time to time with the dashboard development, but I cannot guarantee you. So if you wanted to help / contribute, feel free to do so. Discussion is also welcomed.
project with dashboard probably died ? :D
project with dashboard probably died ? :D
On hold to be exact... 😄
Hey, what's the current status of v5? It already got mentioned in the latest release in 2021 "soon™". But it's still not out. Thanks in advance.
To Do list for dashboard of v5
Features
Endpoint
Socket.io
Web