joomla / framework.joomla.org

Application powering the internet home of the Joomla! Framework
https://framework.joomla.org
GNU General Public License v2.0
37 stars 28 forks source link

Restructure Data Storage #15

Closed mbabker closed 7 years ago

mbabker commented 7 years ago

The data storage for the app right now is a bit "goofy"

It's time to rethink this a bit. At a minimum...

mbabker commented 7 years ago

Data storage refactored. packages.yml at this point basically lets us manage that content from this repo and we can run a CLI script to sync it to the database. #__packages table represents that data. #__releases table has all the release metrics. Change deltas are inexpensive to calculate so left that in the models to handle.