Skip to content

Commit

Permalink
Merge pull request #3 from BU-Spark/events
Browse files Browse the repository at this point in the history
Events, Search, Calender, Bottom Nav Bar
  • Loading branch information
molly-yan authored Mar 24, 2024
2 parents 9ecd777 + e8c15aa commit 932bcdc
Show file tree
Hide file tree
Showing 23 changed files with 651 additions and 860 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# TEMPLATE-base-repo
# Project Architecture

# Add Users
To add yourself to the repository, open a Pull Request modifying `COLLABORATORS`, entering your GitHub username in a newline.
![alt text](./passportArchitecture.png)

All Pull Requests must follow the Pull Request Template, with a title formatted like such `[Project Name]: <Descriptive Title>`
# Directory Structure:

auth/
Handles authentication of user by checking if they are logged in or not

pages/
All separate pages will be under this directory
16 changes: 0 additions & 16 deletions bu_passport/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion bu_passport/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Loading

0 comments on commit 932bcdc

Please sign in to comment.