Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some way to control the primary image of posts. #27

Open
zorbathut opened this issue Mar 29, 2021 · 2 comments
Open

Add some way to control the primary image of posts. #27

zorbathut opened this issue Mar 29, 2021 · 2 comments

Comments

@zorbathut
Copy link
Contributor

Should this be stored in the database so it can be changed by admins? Should this just be a URL in the XML file? Pin this down further before working on it.

@Akamitori
Copy link
Collaborator

I think a different attribute for storing the image pointing to a URL would be fine. Else, we could store the images at a "secret" location and have the code deserialize them by just calling their name(then some code would do the locate the image magic).

@zorbathut
Copy link
Contributor Author

Problem is I don't want to overcomplicate this with secret locations and extra services, I just want this one service to provide all that data. And maybe that means it's worth delaying this until we have a DB so we can just read the image straight out of the DB instead of trying to do weird stuff with xml references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants