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

Make model and UI support any kind of post #65

Merged
merged 25 commits into from
Oct 7, 2024
Merged

Commits on Oct 7, 2024

  1. Rename Post to BlogPost

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    57861d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b8c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25c108c View commit details
    Browse the repository at this point in the history
  4. Add Post model

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    218e5aa View commit details
    Browse the repository at this point in the history
  5. Refactor post sections

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bf3bee9 View commit details
    Browse the repository at this point in the history
  6. Rename section to field

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0c034d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d39cc5 View commit details
    Browse the repository at this point in the history
  8. Rename component

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    28132ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4346104 View commit details
    Browse the repository at this point in the history
  10. Export a simpler Post type

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eacb890 View commit details
    Browse the repository at this point in the history
  11. Pass field to FieldEditor

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9cc25fd View commit details
    Browse the repository at this point in the history
  12. Make PostEditor generic

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6659072 View commit details
    Browse the repository at this point in the history
  13. Specify the order of fields

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0eb594b View commit details
    Browse the repository at this point in the history
  14. Store the date object

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    043b772 View commit details
    Browse the repository at this point in the history
  15. Move and rename components

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9e228c7 View commit details
    Browse the repository at this point in the history
  16. Pass post type to NewPost

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b44860d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    08d9b28 View commit details
    Browse the repository at this point in the history
  18. Implement PostsApi

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e2cc035 View commit details
    Browse the repository at this point in the history
  19. Load the post in EditPost

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b009975 View commit details
    Browse the repository at this point in the history
  20. Make validity check generic

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4cfa892 View commit details
    Browse the repository at this point in the history
  21. Make post update generic

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aa308aa View commit details
    Browse the repository at this point in the history
  22. Rename fieldType to type

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b82966c View commit details
    Browse the repository at this point in the history
  23. Reorder types

    psrpinto committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f39797b View commit details
    Browse the repository at this point in the history
  24. Pass function instead of calling it

    Co-authored-by: Ashish Kumar <[email protected]>
    psrpinto and ashfame committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    93844d0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b8b7e1b View commit details
    Browse the repository at this point in the history