You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "ocket8888 (via GitHub)" <gi...@apache.org> on 2023/02/01 23:21:35 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new pull request, #7336: TPv2 Abstract Table Class

ocket8888 opened a new pull request, #7336:
URL: https://github.com/apache/trafficcontrol/pull/7336

   This PR adds a new abstract class that encompasses the basic, common behavior of generic TPv2 tables. It also converts the Cache Groups, Regions, and Divisions tables to use it, to demonstrate its use.
   
   The idea here is to ease creation of a common type of component. It's possible that instead we'd want to just make the generic table itself abstract and collapse the two. Idk. Really just interested in feedback at this point.
   
   <hr/>
   
   ## Which Traffic Control components are affected by this PR?
   - Traffic Portal (experimental v2)
   
   ## What is the best way to verify this PR?
   Don't. I'll bother writing tests if people think this is even a good idea.
   
   ## PR submission checklist
   - [ ] This PR has tests
   - [x] This PR has documentation
   - [x] This PR doesn't need a CHANGELOG.md entry
   - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org