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

Simplify creation of passes #82

Open
ueman opened this issue Aug 29, 2024 · 0 comments
Open

Simplify creation of passes #82

ueman opened this issue Aug 29, 2024 · 0 comments
Labels
package: passkit Issues relevant for the "passkit" package

Comments

@ueman
Copy link
Owner

ueman commented Aug 29, 2024

We should make creating passes easier, there are a couple of things we could do.

  • Adding translations should be easier (maybe building on top of Support for localization in PkPass files #8)
  • Provide specific methods for creating each pass type.
    • Example
      PkPass.eventPass(
        // only properties relevant to event passes can be set
      ).write();
      I assume this would make validation also a tad easier
  • Automatic resizing and converting to the correct image format for images (could be done based on the image package)
@ueman ueman added the package: passkit Issues relevant for the "passkit" package label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: passkit Issues relevant for the "passkit" package
Projects
None yet
Development

No branches or pull requests

1 participant