For the first Architect Project in CISC 191 Fall 2023 at Miramar College.
Stars
0
Forks
2
Watchers
0
Open Issues
24
Overall repository health assessment
No package.json found
This might not be a Node.js project
103
commits
103
commits
69
commits
9
commits
7
commits
2
commits
1
commits
Atttempted to add Admin portal but ran out of time. Fixed some minor issues though.
1d9664dView on GitHubMerge pull request #96 from CISC191/multithread-dashboard-stock-calls
096cf58View on GitHubUpdated StockController to utilize the Stream API to multithread API calls for each stock in a user's FollowedTickers.
5f8790fView on GitHubMerge pull request #95 from CISC191/refactor-stock-api-calls
a6e8323View on GitHubRefactored Stock API calls out of StockController and into StockDataFetcher class.
c0515a7View on GitHubMerge pull request #94 from CISC191/ui-dynamically-rendered-elements
b5932fcView on GitHubUpdated UI elements to dynamically render if user is authenticated or not.
ca6b3f4View on GitHubMerge pull request #92 from CISC191/followed-tickers-handlers
f25692fView on GitHubFinished adding and removing stocks from user's followedTickers and updating UI.
baf7479View on GitHubMerge pull request #91 from CISC191/edit-account-details
7fc5071View on GitHubFixed Edit and Delete User backend and built frontend account handlers.
e179352View on GitHub