-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bryan's Journal #2
Comments
Began research on react native by making a test application |
Took time to look over old notes from CS320 and was able to figure out our use cases with Phil and laid out how our database is going to look |
Had to redo the project to make it a stable working system because it was broken due to how we ran react-native init. Took the time to fix up Chase's and Sam's system, though Sam is still having trouble with her xcode. Afterwards I began work with trying to mock up a login page. |
This week i was trying to connect the database to our app. I was attempting to be able to navigate between screen while carrying information. However through many many hours of trying to get it properly configured, i have gotten the same error everytime with no luck in getting close to fixing it. I watched numerous videos and read about it as much as I could. I will continue to troubleshoot this problem and after this we will start working on other tables we will need to add to the database |
I finally figured out how to connect to firebase within our app. There was an update that just released last month that completely changed how react native connects to firebase and how the actual packages are managed for it. |
implemented test cases using jest but there were errors with the new version of react native, so we have to find a work around for these which we've found some documentation for. |
I worked with Sam to add to the firestore database correctly so that the events and tasks are added to the collection with the specific user logged in. |
This last week I worked with Sam again to implement a listener to retrieve information from firestore and display it as somebody adds a new document to firestore. With that we also were able to get marked dates to work properly as well so that it showed on our calendar what days there were events. |
This week was a heavy work week so I was not able to accomplish as much as I wanted. However, I was able to work with Sam to figure out how to delete an event and we tried to get an event editable. Right now we have minor issues with it but after having a good understanding I will do the same for our tasks page. |
I completely forgot to put something in earlier but i was able to fix up our task page this week as well as get everything rendered onto our calendar page. I was able to sort our events by their date and display them by the day of the week. |
Started working on implementing news onto our platform. I registered for the newsapi.org API to receive the latest news from a bunch of news stations and I made a new page so you can choose whether you want the top headlines, headlines by date, or headlines by source and choose when you want to get an update for one of these. |
Got the top headlines to successfully be displayed on a news page. This will also be put up onto our main calendar for easy access for news. Was able to add a bit of structure to the code so i separated it into services, components, and screens. This makes the code easier to read so i will try to set it up for the rest of the project as well as adding some comments. I'll also be updating all our unit tests. |
No description provided.
The text was updated successfully, but these errors were encountered: