You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to separate the 'website' from the validation logic, so that I could use the validation logic in my own website?
I'd be happy to provide a pull request that translates this into a module that just does the validation and pushes it into composer, then a separate repository that provides your current 'web' interface that uses it.
This would also allow you to separate 'local' rules out more cleanly (into the new 'web' repository).
Please let me know if this might be suitable, thanks!
The text was updated successfully, but these errors were encountered:
Short answer is that I'd be more than happy to take contributions.
What's there at the moment was done quite quickly to solve an immediate need, and I intend to eventually come back to it and refine it somewhat. There are a bunch of things in my local checks that might have more generic applicability, etc.
Hi there,
I was wondering if it would be possible to separate the 'website' from the validation logic, so that I could use the validation logic in my own website?
I'd be happy to provide a pull request that translates this into a module that just does the validation and pushes it into composer, then a separate repository that provides your current 'web' interface that uses it.
This would also allow you to separate 'local' rules out more cleanly (into the new 'web' repository).
Please let me know if this might be suitable, thanks!
The text was updated successfully, but these errors were encountered: