Hey everyone!
I just wanted to share a project I have been working on, called Flawless.
Flawless was born with the will of getting back on the web development scene. It's still a work in progress, as I plan to add a few more features to the bugtracker, however, it's fully functional at this moment.
You can follow along with development on my github repo.
Github Link: Bugtracker - Github
Completed Features:
User:
Installation:
All the bugs that are inserted by users (can be posted as anonymous or not), will get the state of "pending confirmation". This state is when the Admin of the project must confirm that the bug actually exists and change it's state to "Valid" or "Invalid".
Simple project, but can be useful for someone. Currently, it's being used on Ayiko's 5.4.8 Repack
I just wanted to share a project I have been working on, called Flawless.
Flawless was born with the will of getting back on the web development scene. It's still a work in progress, as I plan to add a few more features to the bugtracker, however, it's fully functional at this moment.
You can follow along with development on my github repo.
Github Link: Bugtracker - Github
Completed Features:
User:
- Account Creation
- Account Login
- Account UCP
- Report Bugs
- View existing bugs
- Account login
- Edit Bugs
- Delete Bugs
- View Bugs (New, Fixed, Pending confirmation, All)
Installation:
- Create a database and insert the tables using the .sql files inside the database folder;
- Go to engine/config.php and edit the details to your database;
- Change admin password found in the engine/config.php file.
All the bugs that are inserted by users (can be posted as anonymous or not), will get the state of "pending confirmation". This state is when the Admin of the project must confirm that the bug actually exists and change it's state to "Valid" or "Invalid".
Simple project, but can be useful for someone. Currently, it's being used on Ayiko's 5.4.8 Repack