You are browsing as a guest. Sign up (or log in) to start making projects!

1h 22m 39s logged

Devlog 10


Progress Done


Im in the 13th hour of the project, and have completely finished the first feature of Searching and Indexing servers. This feature allows you to search from bulk server lists and filter out servers based on all the parameters. It also works with any extension which you may add in future which adds more parameters in the panel, its universally compatible. Next, I would be working on the Purge function, on which we would be using the Search and Info function, to export a csv list and import it into the purgetool to eliminate servers.


Features Added/Worked on


  • Refined menus and controls
  • Added more colors
  • Added support for complete universal API [Explained above]
  • Finished with the first function of the software


What new I learnt


  • I learnt to work with APIs
  • I learnt to manage big data
  • I learnt to make really complicated nested loops
  • I learnt to convert Json and Lists from 2D to 1D

AI Declaration


A little bit of AI was used to automate repetitive tasks to save time in the search and info function, where filter rules had to be created for each datatype separately and code was mostly same as I written by hand. AI was used to just change variable names and fit it for other datatypes. AI was also used for debugging and checking if everything works alright. Wherever AI was used, has an AI marker in the source code.


The attached video show the first working function which is filtering servers based on user inputs.

0
18

Comments 1

@brahmtejsawhney

The places where border of the panel is breaking, that would be fixed, its a rendering issue. Already worked on it.