emreberk92 / SWE573---SOFTWARE-DEVELOPMENT-PRACTICE

Repository to be used during the lecture "SWE Development Practice"
GNU General Public License v3.0
2 stars 0 forks source link

Create Basic Web Application with Login until Milestone 1 #18

Closed emreberk92 closed 2 years ago

emreberk92 commented 2 years ago

Since the code doesn't work good enough, this issue will remain open. Basically, the main problem is that the links are not working properly in the login screen.

Regarding the details, please check the explanation in Wiki: Social Web App

ceydaduzgec commented 2 years ago

Hey, since this issue has help wanted label I was curious. What's the error? I can try to help if you can give further details about it!

emreberk92 commented 2 years ago

Hey, since this issue has help wanted label I was curious. What's the error? I can try to help if you can give further details about it!

Hello Ceyda, thanks for contacting me to help me via this issue. I actually fixed the issue, but it seems that I forgot to discard the "help wanted" label.

By the way, the issue was that the links were not working properly - for example, when I clicked on login, there was simply no activity, the button was not working. However, based on the discussions during the lecture, I decided to investigate Django instead of Java Spring and decided to use Django, and updated my code, accordingly. It seems that the issues are no longer exist.

But thanks anyway for your support!