Thon9 / CS481_SeniorDesignProject

0 stars 1 forks source link

Weekly Journal - Thomas Hon #10

Open Thon9 opened 9 years ago

Thon9 commented 9 years ago

Week of 15-Sept-14

I met with the team this week to discuss the project UI design and work on the UML design.

Thon9 commented 9 years ago

Week of 22-Sept -Created the login.jsp and createAccount.jsp 311ca9c 7cd99ed

-Created the servlets for login and createAccount e7a0c6b

Thon9 commented 9 years ago

add code to the servlet Login.java use the controllers and login an user from the fakeDatabase eb6ad4f

add code to the servlet CreateAccount.java to use the controllers to add an user to the fakeDB e824e47

*at the moment the login and create account does not work due to the servlets not being able to find the controllers and model classes

Thon9 commented 9 years ago

Week of Oct 5 fix/update the login and create account servlets to make sure that the user enter information in all the textboxes ce94042

Week of Oct 12 I meet up with the team to fix the issue with the Nullpointexception. We resolve the issue adding a DatabaseInitListner Servlet for the fakedatabase.

created the AddPhoto servlet for adding photos 4001a99

Thon9 commented 9 years ago

Week of Oct 19 Made some changes to the UI of the login and create account pages to make it look neater such as adding a wallpaper image 4a75376 and centering and changing the look of the enter fields 254a549

Thon9 commented 9 years ago

Week of Oct 27 Made a sample a page of what the main page is suppose to look like. The temp main page has some hard code images. The main feature of the sample page is that by clicking on the pictures on the main page the user can view a larger version of the picture. The next step, once we get the adding picture to the database and viewing those pictures from the database, is being able to search and sort the pictures that were added from the database.

created a temp main page (to avoid conflicts) to display hard coded images in limited sizes and also added the ability to click and view the larger version of the photos de9f992

Thon9 commented 9 years ago

Week of Nov 3 Change the gallery page to show the images from the folder that the user uploads the images. 0ac9f70

The gallery page can now sort the images randomly and by order the images are place 68c6650

the future features will be trying to get the images from the sql database and have more sorting and searching features.

Thon9 commented 9 years ago

Week of Nov 10 Added a search bar in the user page to search for hashtags and also added a list of hashtags that the user follows. The user should be able to click on each hashTag and be able to view the images that are related to the hashTag. 9b72ec3

At the moment they are no hashTags to view or search as we are still working on the sql database. But once we get the hashtags added to the database the next step would be to view and search for photos through hashtags

Thon9 commented 9 years ago

Week of Nov 17 add UI design to the accountInformation.jsp so the user can see username and password and other information relating to the user. d650770

Once we get the database working we can allow the user to edit his account information such as changing his username or password.

*As of 11/23 gallery page is not showing up corrected.

Thon9 commented 9 years ago

Week of 24 Updated the account information to be able to change the user information during the session. The next step would be to update the database of these userinfo so that the changes save. 6a03bf67

We met up to work on displaying the photos and to be able to search the photos. The next step would be adding the photos with the hashtag along with displaying the user own photos in a separate page.

Thon9 commented 9 years ago

Week of Dec 1 We meet up to work on the follow function which allows the user to follow hashtags. We were able to display the follow hashtag photos in the user home page and also be able to display the photos that the user uploaded in the user upload gallery.

The next step would be to complete the autocomplete of the hashtag when searching for the hashtag and to clean up the UI.