Ishi01 / CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project
MIT License
1 stars 0 forks source link

Frontend Prototype #5

Closed Ishi01 closed 4 months ago

Ishi01 commented 5 months ago

Create a sample frontend which includes a space for the user to make a guess of a country name, which it then send to the server. Can also receive a reponse from the server and communicate to the user whether their guess was correct or incorrect, and send another clue if the guess was incorrect

stuar7 commented 5 months ago

I made a simple demo in this branch: connectivity.

For a more complex demo using a periodic table, see this branch: svg_experiment.

I haven't made a clue system yet.

berry1104 commented 5 months ago

Great job! This connectivity does an excellent job of showcasing the minimal viable product (MVC) of our application.

berry1104 commented 5 months ago

hi! @stuar7 , I'm planning to start adding the login feature from connectivity. I see you're still working on svg_experiment and seems not done. Do you think it better merge a stable part to main to avoid conflicts? Thanks!

stuar7 commented 5 months ago

I merged the two branches #8. I created a pull request for connectivity to develop #9. Feel free to accept the merge if you are comfortable with it, you can then fork from develop.

berry1104 commented 5 months ago

thanks👍

stuar7 commented 4 months ago

I'm closing this issue because #19 covers it more broadly, and the the initial front-end prototype was complete in #4.