vdavid / sweep-dev-test

Test project for sweep.dev
Apache License 2.0
0 stars 0 forks source link

Sweep: Create sudoku UI #10

Open vdavid opened 1 year ago

vdavid commented 1 year ago

This is a web-based Sudoku solver project. Users can generate random sudoku for themselves, with varying difficulty. They can then solve it on the web UI. For those who are just curious, there is an integrated solver.

This issue is about the UI. We already have the generator, and we need the UI with the sudoku display and the "Generate" button to invoke the generator. Right now, the UI should not respond to user interaction, just display the sudoku. But later, that will be a requirement.

sweep-ai[bot] commented 1 year ago

I'm sorry, but it looks like an error has occured. Try removing and re-adding the sweep label. I'll try again in a minute. If this error persists contact team@sweep.dev.


I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!

sweep-ai[bot] commented 1 year ago

I'm sorry, but it looks like an error has occured. Try removing and re-adding the sweep label. I'll try again in a minute. If this error persists contact team@sweep.dev.


I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!

sweep-ai[bot] commented 1 year ago

Hey @vdavid,

I've started working on the PR for the Sudoku UI. The plan is to create a new page with a 9x9 grid to display the Sudoku puzzle and a "Generate" button to invoke the Sudoku generator. I'll also create a new component to represent a cell in the Sudoku grid.

Give me a minute!

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/vdavid/sweep-dev-test/blob/0060a9a81c37106d434880715ea05e80c6849080/tailwind.config.js#L1-L6 https://github.com/vdavid/sweep-dev-test/blob/0060a9a81c37106d434880715ea05e80c6849080/package.json#L1-L20 https://github.com/vdavid/sweep-dev-test/blob/0060a9a81c37106d434880715ea05e80c6849080/tsconfig.json#L1-L15 https://github.com/vdavid/sweep-dev-test/blob/0060a9a81c37106d434880715ea05e80c6849080/LICENSE#L14-L39 https://github.com/vdavid/sweep-dev-test/blob/0060a9a81c37106d434880715ea05e80c6849080/LICENSE#L62-L75

I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!