Skip to main content

Week 5




So far our android app has the basic features of adding events and allowing the user to add them to the calendar with a reminder. Currently, we are working on the extra features for the events page, such as letting the user sort them by titles, (A-Z) or the most recent events coming up and then tags, which will be the group or host for certain events (Such as the OSL). The tab is coded displaying these, but so far clicking them does not do anything. We hope to have this done sometime by week 6 or 7.


In addition, we have a basic tree structure done for our Web-App database. This is where our database will contain events coming up, past events, allow events to only be for certain groups, and  the tag feature for who is hosting the event. 


Comments

Popular posts from this blog

Week 6 OSL App Development

Work on the app development has slowed down this week as we all have our individual projects due soon. We expect development on the OSL App to swing back into full production next week. However, we have made some progress this week to talk about! We have the skeleton structure of what our Web App will look like. In our meeting with students from the OSL, something they asked for was a simple, streamlined app. One that can add events and do it quickly. We have kept that in mind during development and want to provide the easiest user experience. As we progress further, that will be at the forefront of our development decision making. On the Android Application, instead of storing pictures in our local files, we now storing pictures in firebase and then sending that information to the app. It's an important step in the appearance of the app, as the OSL students that use the web application will be able to choose their own picture when making an event and display it to the end...