updates
This commit is contained in:
parent
f56869feed
commit
ca26389f32
6 changed files with 62 additions and 10 deletions
|
@ -27,13 +27,6 @@
|
||||||
:LOGBOOK:
|
:LOGBOOK:
|
||||||
- State "TODO" from [2021-09-01 Wed 13:42]
|
- State "TODO" from [2021-09-01 Wed 13:42]
|
||||||
:END:
|
:END:
|
||||||
** TODO Deploying Domain Validator to Kubernetes
|
|
||||||
:PROPERTIES:
|
|
||||||
:JIRA_ID: CCPANEL-10554
|
|
||||||
:END:
|
|
||||||
:LOGBOOK:
|
|
||||||
- State "TODO" from [2021-09-01 Wed 13:42]
|
|
||||||
:END:
|
|
||||||
** TODO GeoIP
|
** TODO GeoIP
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:JIRA_ID: CCPANEL-11592
|
:JIRA_ID: CCPANEL-11592
|
||||||
|
@ -41,9 +34,16 @@
|
||||||
:LOGBOOK:
|
:LOGBOOK:
|
||||||
- State "TODO" from [2021-09-01 Wed 13:44]
|
- State "TODO" from [2021-09-01 Wed 13:44]
|
||||||
:END:
|
:END:
|
||||||
|
** TODO Deploying Domain Validator to Kubernetes
|
||||||
|
:PROPERTIES:
|
||||||
|
:JIRA_ID: CCPANEL-10554
|
||||||
|
:END:
|
||||||
|
:LOGBOOK:
|
||||||
|
- State "TODO" from [2021-09-01 Wed 13:42]
|
||||||
|
:END:
|
||||||
* Tracking live vs dead / removed code branches in Sites
|
* Tracking live vs dead / removed code branches in Sites
|
||||||
* [[id:11edd6c9-b976-403b-a419-b5542ddedaae][Subscriber Search Service]]
|
* [[id:11edd6c9-b976-403b-a419-b5542ddedaae][Subscriber Search Service]]
|
||||||
* Analytics View Service
|
* [[id:c45881de-46f2-4f76-9579-063626c5956c][Analytics View Service]]
|
||||||
* Replace CAPI Services
|
* Replace CAPI Services
|
||||||
** List API
|
** List API
|
||||||
*** TODO Set EOL date for awlists
|
*** TODO Set EOL date for awlists
|
||||||
|
@ -65,4 +65,5 @@
|
||||||
:END:
|
:END:
|
||||||
** Upgrade other non-React projects to React
|
** Upgrade other non-React projects to React
|
||||||
*** Add subscriber
|
*** Add subscriber
|
||||||
|
** [[id:fab0cf8f-7c54-4848-882b-dba5e087760d][Redesigned Reports]]
|
||||||
* New List Management Interface
|
* New List Management Interface
|
||||||
|
|
|
@ -2,12 +2,37 @@
|
||||||
:ID: 11edd6c9-b976-403b-a419-b5542ddedaae
|
:ID: 11edd6c9-b976-403b-a419-b5542ddedaae
|
||||||
:END:
|
:END:
|
||||||
#+title: Subscriber Search Service
|
#+title: Subscriber Search Service
|
||||||
|
#+LINK: jira https://jira.aweber.io/browse/
|
||||||
|
|
||||||
A replacement for the current [[id:d9cb2b55-3b0e-4ab3-8369-f71ebc3cd882][Sites Subscriber Search]] and [[id:f74e335d-577f-4749-bf32-1c025795b039][Broadcast Segment Search]] implementations.
|
A replacement for the current [[id:d9cb2b55-3b0e-4ab3-8369-f71ebc3cd882][Sites Subscriber Search]] and [[id:f74e335d-577f-4749-bf32-1c025795b039][Broadcast Segment Search]] implementations.
|
||||||
|
|
||||||
- [[file:~/org-aweber/worklog-archive.org::#2019-08-06-tuesday-discuss-subscriber-management-architecture][file:~/org-aweber/worklog-archive.org::#2019-08-06-tuesday-discuss-subscriber-management-architecture]]
|
- [[https://jira.aweber.io/issues/?jql=project%20%3D%20CCPANEL%20AND%20component%20%3D%20%22Search%20Service%22][JIRA tickets]]
|
||||||
- https://jira.aweber.io/issues/?jql=project%20%3D%20CCPANEL%20AND%20component%20%3D%20%22Search%20Service%22
|
|
||||||
|
|
||||||
|
* Architecture Notes
|
||||||
|
#+begin_quote
|
||||||
|
Added: [2019-08-06 Tue 10:34]
|
||||||
|
|
||||||
|
- Broadcast sending manipulated queries before performing them to suit
|
||||||
|
its needs
|
||||||
|
- *Handle list exclusion in the search service?* ([[jira:CCPANEL-9557][CCPANEL-9557]])
|
||||||
|
- Blocked emails
|
||||||
|
- De-duplication
|
||||||
|
- *Lead view ids -> segment ids -> search service segments?* ([[jira:CCPANEL-9556][CCPANEL-9556]])
|
||||||
|
- Side-by-side comparison
|
||||||
|
- Use broadcast-segment to compare its results to the search api
|
||||||
|
results
|
||||||
|
- *Recipient-style representation or leads?*
|
||||||
|
- *Define API* ([[jira:CCPANEL-9554][CCPANEL-9554]])
|
||||||
|
- Include saved searches (segments)
|
||||||
|
- *Iterate release* ([[jira:CCPANEL-9555][CCPANEL-9555]])
|
||||||
|
- Current UI
|
||||||
|
- New UI with same capabilities of old UI
|
||||||
|
- Still writing old-style segments
|
||||||
|
- Research getting off the leads table (aurora?)
|
||||||
|
- https://confluence.aweber.io/display/AR/Search+Service+Using+Existing+Databases
|
||||||
|
- Distinct from a materialized search-optimized db
|
||||||
|
- Deal with =subscriber_tags= table bloat in AppDB
|
||||||
|
#+end_quote
|
||||||
* Concerns
|
* Concerns
|
||||||
** Performance
|
** Performance
|
||||||
** Fitness to Purpose
|
** Fitness to Purpose
|
||||||
|
@ -48,4 +73,6 @@ and segment emailing.
|
||||||
- +[[https://confluence.aweber.io/display/~robink/SoT+-+ElasticSearch+Next+Steps][SoT - ElasticSearch Next Steps]]+
|
- +[[https://confluence.aweber.io/display/~robink/SoT+-+ElasticSearch+Next+Steps][SoT - ElasticSearch Next Steps]]+
|
||||||
- [[https://confluence.aweber.io/display/~robink/Alternative+Search+Proposal][Alternative Search Proposal]]
|
- [[https://confluence.aweber.io/display/~robink/Alternative+Search+Proposal][Alternative Search Proposal]]
|
||||||
- [[https://confluence.aweber.io/display/AR/Search+Service+Using+Existing+Databases][Search Service Using Existing Databases]] (Approved ACP)
|
- [[https://confluence.aweber.io/display/AR/Search+Service+Using+Existing+Databases][Search Service Using Existing Databases]] (Approved ACP)
|
||||||
|
+ [[https://confluence.aweber.io/display/~victorc/Search+Service+-+Proof+of+Concept+Findings][Search Service - Proof of Concept Findings]] (Benchmarks different approaches)
|
||||||
|
+ [[https://gitlab.aweber.io/CP/archive/victorc-search-prototype][Search Prototype]]
|
||||||
- [[https://confluence.aweber.io/display/AR/Search+DSL+JSON+Schema][Search DSL JSON Schema]]
|
- [[https://confluence.aweber.io/display/AR/Search+DSL+JSON+Schema][Search DSL JSON Schema]]
|
||||||
|
|
7
aweber/20210915132045-redesigned_reports.org
Normal file
7
aweber/20210915132045-redesigned_reports.org
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: fab0cf8f-7c54-4848-882b-dba5e087760d
|
||||||
|
:END:
|
||||||
|
#+title: Redesigned Reports
|
||||||
|
|
||||||
|
Currently dependent on the [[id:3ddc4e32-932f-4748-bfe9-7025d4d6b352][Report API Controller]] in [[id:57ee2f00-9bcd-4e0f-8a77-ae1f2d4cda89][sites]] for data, which we
|
||||||
|
hope to move into an [[id:c45881de-46f2-4f76-9579-063626c5956c][Analytics View Service]].
|
4
aweber/20210915133101-analytics_view_service.org
Normal file
4
aweber/20210915133101-analytics_view_service.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: c45881de-46f2-4f76-9579-063626c5956c
|
||||||
|
:END:
|
||||||
|
#+title: Analytics View Service
|
5
aweber/20210915133448-report_api_controller.org
Normal file
5
aweber/20210915133448-report_api_controller.org
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 3ddc4e32-932f-4748-bfe9-7025d4d6b352
|
||||||
|
:ROAM_REFS: https://gitlab.aweber.io/CP/applications/sites/-/blob/master/aweber_app/controllers/report_api_controller.php
|
||||||
|
:END:
|
||||||
|
#+title: Report API Controller
|
8
daily/2021-09-15.org
Normal file
8
daily/2021-09-15.org
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: de2ba8e7-477c-4614-930c-0b76765a3cc8
|
||||||
|
:END:
|
||||||
|
#+title: 2021-09-15
|
||||||
|
* Reports discussion
|
||||||
|
Discussing wireframes for [[id:fab0cf8f-7c54-4848-882b-dba5e087760d][Redesigned Reports]].
|
||||||
|
|
||||||
|
Notes: https://confluence.aweber.io/display/UX/2021-09-15+Wireframe+review+of+reports
|
Loading…
Reference in a new issue