Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiayk20 committed Nov 30, 2023
1 parent 8bb07ad commit a29faff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ API_KEY=qe5YT6jOgiA422_UcdbmVxxG1Z6G48aHV7fSV4TbAPs
- [] Message Viewing Capability: Users can view all messages
- [] Message Visitng Capability at Specific Locations: Users can view all messages when they are within a predefined geographical area covered by the app.
- [] Range Specification for Reading Messages: Implemented a feature that allows users to read messages within a specified starting range. This range is essential for accessing both friends' and public messages.
- [] Location-Based Accessibility of Friends' Messages: Users can access messages from friends when they are within the designated range of the message's origin.
- [] Location-Based Accessibility of Public Messages: Public messages are available to users within the specified range, ensuring location-relevant content.
- [] Location-Based Accessibility of Friends' and Public Messages: Users can access messages from friends when they are within the designated range of the message's origin and public messages are available to users within the specified range, ensuring location-relevant content.
- [] Friend Addition Functionality: The app includes a feature to add friends by searching for their account IDs, facilitating user connections within the platform.
- [] Range Limitations for Message Accessibility: Enforced range limitations for reading messages to enhance user experience and data relevance based on location.
- [] Adding and Deleting Friends: Users can add and delete friends.


# Deployment
Expand Down Expand Up @@ -297,4 +297,4 @@ Overall, due to the inherent complexity of unit testing in Xcode in Swift with X
- Document and report on issues like these for future reference and communicate these issues to others.
- Challenges of mocking environments that rely on hardware interactions.
Thus, we were told not to worry about getting 80% statement coverage for the frontend tests, especially since we've met the requirement for back-end tests. We were told to document this issue in detail, which we did above.
Thus, we were told not to worry about getting 80% statement coverage for the frontend tests, especially since we've met the requirement for back-end tests. We were told to document this issue in detail, which we did above.

0 comments on commit a29faff

Please sign in to comment.