index
:
watchdogs.git
master
Application that takes data from SEC directly on CEOs and determines suspicious activity using a page rank algorithm. Displays the results visually as a graph in a webfrontend.
csci0320
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-16
Added the new frontend. Still needs querying and lots of testing.
Michael Foiani
2021-04-16
finished up unit tests and added system tests
Julia McCauley
2021-04-16
Fixed bugs. Looking pretty good.
Michael Foiani
2021-04-16
Basic way to show the hubs with their scores.
Michael Foiani
2021-04-16
Working on adapting maps frontend. Finished the time selector to change the t...
Michael Foiani
2021-04-16
Movedaround the directories to follow react structure.
Michael Foiani
2021-04-16
need to push endpoint updateMerge branch 'master' of github.com:cs0320-2021/t...
Julia McCauley
2021-04-16
fixed error with empty hub map in suspicion rank
Julia McCauley
2021-04-16
Merge pull request #10 from cs0320-2021/dont-reset-price-table
clarkohw
2021-04-16
do not reset current stock price table
clarkohw
2021-04-16
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul...
Julia McCauley
2021-04-16
temp commit to merge
Julia McCauley
2021-04-16
Have a little bug with backend. Going to skip over it for now.
Michael Foiani
2021-04-16
added followers field to holder objects, continued writing tests
Julia McCauley
2021-04-16
need to pull changes from master Merge branch 'master' of github.com:cs0320-2...
Julia McCauley
2021-04-16
need to pull profit map changes
Julia McCauley
2021-04-16
Merge pull request #9 from cs0320-2021/trade-query-endpoint
clarkohw
2021-04-16
fixed profit map
clarkohw
2021-04-16
Merge pull request #8 from cs0320-2021/trade-query-endpoint
clarkohw
2021-04-16
cleanup for profit endpoint
clarkohw
2021-04-16
added trade query endpoint
clarkohw
2021-04-16
Big merge to supress the printstram and update the frontend server.
Michael Foiani
2021-04-16
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul...
Julia McCauley
2021-04-16
intermediate commit to pull new changes
Julia McCauley
2021-04-16
intermediate commit to pull new changes
Julia McCauley
2021-04-16
Merge pull request #7 from cs0320-2021/fixed-divide-by-zero
clarkohw
2021-04-16
zero gains are recorded as 0%
clarkohw
2021-04-15
Merge pull request #6 from cs0320-2021/endpoint-proifit-query
clarkohw
2021-04-15
Merge branch 'master' into endpoint-proifit-query
clarkohw
2021-04-15
Fixed suspicion ranks, work with real data now and added lots of unit tests
Julia McCauley
2021-04-15
added endpoint
clarkohw
2021-04-15
had to prune?
Julia McCauley
2021-04-15
ignored node modules
Julia McCauley
2021-04-15
made the suspicion rank calculations and added an endpoint to access the list...
Julia McCauley
2021-04-15
full suspicion rank calculations working, made endpoint to request holders an...
Julia McCauley
2021-04-15
Merge pull request #5 from cs0320-2021/handler-moving
clarkohw
2021-04-15
added part of handler for profit
clarkohw
2021-04-13
Merge pull request #4 from cs0320-2021/profic-calc
clarkohw
2021-04-13
added profit-calc for hub integration
clarkohw
2021-04-12
Some quick frontend fixes to show results in a simple way.
Michael Foiani
2021-04-12
Quickly brewed some basic frontend to display results from trades.
Michael Foiani
2021-04-10
Finally have an xml parser that reads the urls and inserts data into database...
Michael Foiani
2021-04-09
Small changes to testing for parsing.
Michael Foiani
2021-04-09
Updated so the trade will only be added if the price isn't 0.
Michael Foiani
2021-04-09
Small updates to incorportate number of shares into the DB.
Michael Foiani
2021-04-09
Merge branch 'master' of https://github.com/cs0320-2021/term-project-cohwille...
9308233900
2021-04-09
server complete, time/xml passed to backend
9308233900
2021-04-09
Merge pull request #3 from cs0320-2021/xml-parse
sotech117
2021-04-09
server up
9308233900
2021-04-09
Added a basic skeleton for derivative trades, if we dedice to look at those a...
Michael Foiani
[next]