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
path:
root
/
src
/
main
/
java
/
edu
/
brown
/
cs
/
student
/
term
/
hub
Age
Commit message (
Expand
)
Author
2021-04-20
trying to implement on edge click, same trade pop up, not working yet tho
Julia McCauley
2021-04-19
Merge branch 'master' into profit-optimization
clarkohw
2021-04-19
heavily optimized profit calculations
clarkohw
2021-04-19
added profit calcs back in, made visualization more dynamic
Julia McCauley
2021-04-19
exclude only sell people
clarkohw
2021-04-18
Small bug fixes to ticker symbols.
Michael Foiani
2021-04-16
added some todos
Julia McCauley
2021-04-16
finished up unit tests and added system tests
Julia McCauley
2021-04-16
fixed error with empty hub map in suspicion rank
Julia McCauley
2021-04-16
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul...
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
Big merge to supress the printstram and update the frontend server.
Michael Foiani
2021-04-16
zero gains are recorded as 0%
clarkohw
2021-04-15
Fixed suspicion ranks, work with real data now and added lots of unit tests
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-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-05
changed direction of follower map, basic hub rank up and running
Julia McCauley
2021-04-04
Link mapper up and running, making map that hub search will run on
Julia McCauley
2021-04-01
updated database + code to include holder ids
Julia McCauley
2021-04-01
Created class outline for hub stuff, started database querier
Julia McCauley