Skip to content

Commit

Permalink
Revert "Try adding prebid graph back in"
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber authored Oct 24, 2024
1 parent 256ce09 commit 4f6fd56
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 159 deletions.
1 change: 0 additions & 1 deletion admin/app/controllers/AdminControllers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ trait AdminControllers {
lazy val tablesController = wire[TablesController]
lazy val frontsController = wire[FrontsController]
lazy val adsDotTextController = wire[AdsDotTextEditController]
lazy val commercialKPIController = wire[TeamKPIController]
}
116 changes: 0 additions & 116 deletions admin/app/controllers/admin/commercial/TeamKPIController.scala

This file was deleted.

12 changes: 0 additions & 12 deletions admin/app/views/commercial/commercialMenu.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ <h3>Resources</h3>
</div>
</div>

<div class="col-md-4">
<h3>Performance</h3>
<div class="panel panel-default well--front">
<div class="panel-heading">Links to useful resources.</div>
<div class="panel-body">
<ul>
<li><a href="@controllers.admin.commercial.routes.TeamKPIController.renderPrebidDashboard()">Prebid Bidder Performance</a></li>
</ul>
</div>
</div>
</div>

</div>

}
27 changes: 0 additions & 27 deletions admin/app/views/dateLineCharts.scala.html

This file was deleted.

1 change: 0 additions & 1 deletion admin/conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ GET /commercial/adops/ads-txt
POST /commercial/adops/ads-txt controllers.admin.commercial.AdsDotTextEditController.postAdsDotText()
GET /commercial/adops/app-ads-txt controllers.admin.commercial.AdsDotTextEditController.renderAppAdsDotText()
POST /commercial/adops/app-ads-txt controllers.admin.commercial.AdsDotTextEditController.postAppAdsDotText()
GET /commercial/prebid/revenue controllers.admin.commercial.TeamKPIController.renderPrebidDashboard()

# Config

Expand Down
3 changes: 1 addition & 2 deletions dev-build/conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ GET /commercial/non-refreshable-line-items.json
GET /ads.txt commercial.controllers.AdsDotTextViewController.renderTextFile()
GET /app-ads.txt commercial.controllers.AdsDotTextViewController.renderAppTextFile()
GET /commercial/ias-passback/:size commercial.controllers.PassbackController.renderIasPassback(size)
GET /commercial/prebid/revenue controllers.admin.commercial.TeamKPIController.renderPrebidDashboard()
POST /commercial/api/hb commercial.controllers.PrebidAnalyticsController.insert()
POST /commercial/api/hb commercial.controllers.PrebidAnalyticsController.insert()

# Commercial Admin
GET /commercial controllers.admin.CommercialController.renderCommercialMenu()
Expand Down

0 comments on commit 4f6fd56

Please sign in to comment.