This commit is contained in:
Correl Roush 2021-10-26 16:40:16 -04:00
parent 9a5564f3cb
commit e27ce8495c
3 changed files with 38 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#+END:
* Service Upgrades
** TODO Deploy GeoIP to Kubernetes
** DONE Deploy GeoIP to Kubernetes
:PROPERTIES:
:JIRA_ID: CCPANEL-11592
:END:
@ -51,6 +51,10 @@
- State "BACKLOG" from "TODO" [2021-10-20 Wed 15:53]
- State "TODO" from [2021-09-01 Wed 13:42]
:END:
** BACKLOG Deploy Notification Bar to Kubernetes
:LOGBOOK:
- State "BACKLOG" from [2021-10-26 Tue 14:02]
:END:
** BACKLOG Deploying Recipient Service to Kubernetes
:LOGBOOK:
- State "BACKLOG" from "TODO" [2021-10-20 Wed 15:53]
@ -61,7 +65,9 @@
- State "BACKLOG" from "TODO" [2021-10-20 Wed 15:53]
- State "TODO" from [2021-10-13 Wed 16:26]
:END:
* [[id:3cc8bd09-dd02-4950-8c89-a737f92809fd][Tracking progress of moving pages out of Sites]]
* Eliminating Sites
** [[id:3cc8bd09-dd02-4950-8c89-a737f92809fd][Tracking progress of moving pages out of Sites]]
** Creating a new Control Panel shell application
* TODO Create the [[id:11edd6c9-b976-403b-a419-b5542ddedaae][Subscriber Search Service]]
:LOGBOOK:
- State "TODO" from [2021-10-20 Wed 15:57]

View file

@ -0,0 +1,6 @@
:PROPERTIES:
:ID: 77ea54db-0c35-47ad-84b3-5c08ae5ac347
:END:
#+title: Redash
Tool for interrogating and graphing data points from the event stream.

View file

@ -0,0 +1,24 @@
:PROPERTIES:
:ID: f633f967-11d2-432c-b5ff-ad842c88a51c
:END:
#+title: Decommissioning Sites
The goal of this project is the elimination of the [[https://gitlab.aweber.io/CP/applications/sites][sites repository]], which is
built upon Perl and PHP code that is well past it's end-of-life date, and a
modernization of our public-facing application stack.
The project will engage multiple teams to coordinate the following three
efforts:
* Moving applications out of Sites
- Individual pages will be replaced with React applications using public APIs
- Static content will be moved to CDN hosting
- Independent applications will be broken out into separate services
* Replacing the top-level application
The CakePHP Control Panel application will be replaced with a modern alternative
handling routing and React application loading.
* Overhauling logins and session management
The session-based login mechanism of the legacy Control Panel application is to
be replaced with OAuth, which is used for public API requests.