Refactoring and some small changes - DevDiary #1
If you read DevDiary #0 then you know what I planned to do this week and if you read DevDiary #0.5 then you then what I did or try to achieve on Monday after the free learning weekend on Vuemastery.com. I continued the refactoring of my code and added a few changes to the system, that were comfortable to make during refactoring.
This is how it look like when you don't have an organisation. You have a button to create one.
I also modified the Login System. Previously there was one button for Login and one for Registration and that looked weird. Now there is just one button depending on what you are doing to do. You can switch the mode by pressing on the links. Also there is a possibility for password reset. I probably need to work on that system again because the registration is only for persons that really have an organisation, that offers possibilities for voluntary. To protect the site from spam, it would be wiser to make the accounts manually and then send a password reset on their mail.
Oh and I also slightly changed the edit organisation menu. I removed the go back button and you will automatically go back, when you press the "Save changes" button. I just realized maybe someone will mess up and then want to go back. I should add a chancel button, which will go back to the previous menu without saving changes. Oh and I also added a 404 not Found and a Network Issue page.
If you read the DevDiary#0 you will notice that I did half of the tasks I set for this week. I think it is funny that from my by priority sorted list I did everything from 4 to 7. But what about the refactoring? According to my calculations I have around 1600 lines of "self-written" code, where I also count all the auto generated structures, but not images or npm packages. Last week I had 1250 according to the same calculation.
So what is my plan for next week. Apart from a few small fine tuning: Cards. Their design should be different. Instead of an description organisations should answer three questions and the images should all have the same size.
I hope you had a great productive week despite corona going around.
The main menu is now in the mid of the page. David suggested it, so I tried it out. Looks kind of nice, but the navbar is pretty dominant now. He also suggested to make it white, which would probably help.
I also changed that every account can have only one organisation. If you have an organisation, than there is no option to create a new one.
This is how it look like when you don't have an organisation. You have a button to create one.
I also modified the Login System. Previously there was one button for Login and one for Registration and that looked weird. Now there is just one button depending on what you are doing to do. You can switch the mode by pressing on the links. Also there is a possibility for password reset. I probably need to work on that system again because the registration is only for persons that really have an organisation, that offers possibilities for voluntary. To protect the site from spam, it would be wiser to make the accounts manually and then send a password reset on their mail.
Oh and I also slightly changed the edit organisation menu. I removed the go back button and you will automatically go back, when you press the "Save changes" button. I just realized maybe someone will mess up and then want to go back. I should add a chancel button, which will go back to the previous menu without saving changes. Oh and I also added a 404 not Found and a Network Issue page.
If you read the DevDiary#0 you will notice that I did half of the tasks I set for this week. I think it is funny that from my by priority sorted list I did everything from 4 to 7. But what about the refactoring? According to my calculations I have around 1600 lines of "self-written" code, where I also count all the auto generated structures, but not images or npm packages. Last week I had 1250 according to the same calculation.
So what is my plan for next week. Apart from a few small fine tuning: Cards. Their design should be different. Instead of an description organisations should answer three questions and the images should all have the same size.
I hope you had a great productive week despite corona going around.
Comments
Post a Comment