Skip to content

Releases: TransformerOptimus/SuperCoder

SuperCoder v0.0.1

18 Jul 11:19
8e4446d
Compare
Choose a tag to compare

✨ SuperCoder v0.0.1 ✨

Projects, Boards, Workbench, Code and Pull Request

The Core Components ⚙

📁 Introducing Projects

  • Users can create multiples projects, select the framework they wish to use and give the project a title and a description.
  • Users can build applications using Flask and Django frameworks for backend and Next.js for frontend as of now.

 📋 Boards to create user stories:

  • Users can use the boards to create, update and manage the stories that are required for software development. These stories are similar to PRDs given by the Product Managers, but slightly more specific and granular.
  • Add the test cases related to the story for quality assurance, and finally provide any instructions you would provide as a developer.
  • For Frontend, create a design story and upload the screenshots of the design.

🛠️ Working with the Workbench:

  • Users can move one story after the other to in progress. This will take the user to the workbench where the output, activity and thoughts, the details of the story can be viewed.
  • The Frontend workbench gives the code ouput as well as the browser view, which can be used to copy the frontend code.
  • It automates deployment on Nginx servers and manages code migrations and dependencies using Poetry.

🖥️ Using the Code Editor:

  • The Code editor can be used to view the current state of code, debug any issues and run the terminal to check server status or any other issue.
  • For integrating the frontend code, we can paste the created code from the design workbench to the remote repository.

🔗 Merging and Re-building from Pull Requests:

  • Features are developed in dedicated git branches and the PRs raised by SuperCoder can be viewed here that can be reviewed and rebuilt with any feedback or can be merged into the remote repository.

Thanks to the contributors @luciferlinx101 , @jedan2506 @rounak610 @Fluder-Paradyne @czezi @Tarraann !