ssciwr / predicTCR

In development
https://predictcr.lkeegan.dev
MIT License
2 stars 0 forks source link

make news items editable in admin interface #52

Open lkeegan opened 2 weeks ago

lkeegan commented 2 weeks ago

One option would be to add a string field to settings, and store the whole json object of news items there as a string.

Then the admin frontend would jsonify it, modify it, and send it back.

The frontend would fetch & jsonify it on load.