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

Split out & De-duplicate / 'model'ify POST.php #740

Open
wrongecho opened this issue Oct 8, 2023 · 2 comments
Open

Split out & De-duplicate / 'model'ify POST.php #740

wrongecho opened this issue Oct 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wrongecho
Copy link
Collaborator

wrongecho commented Oct 8, 2023

Johnny + I have made lots of progress on this. Still a few bits to go.


  • All components of post have now been split into their own folders in post/ (ebecdd3)
  • Just need to model-ify the remaining modules (including account, asset, etc).
@wrongecho wrongecho self-assigned this Oct 8, 2023
@wrongecho wrongecho added the enhancement New feature or request label Oct 8, 2023
@wrongecho wrongecho added this to the 1.0 milestone Oct 8, 2023
@o-psi
Copy link
Contributor

o-psi commented Oct 14, 2023

@wrongecho what do you mean by "model-ify"-ing the modules.

@wrongecho
Copy link
Collaborator Author

@o-psi Moving the variable assignment lines of files within post/ to their own files to deduplicate them

https://github.com/itflow-org/itflow/blob/master/post/category.php

https://github.com/itflow-org/itflow/blob/master/post/category_model.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants