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

Organizational suggestions #6

Open
5 tasks
EdCharbeneau opened this issue Sep 25, 2018 · 3 comments
Open
5 tasks

Organizational suggestions #6

EdCharbeneau opened this issue Sep 25, 2018 · 3 comments

Comments

@EdCharbeneau
Copy link

EdCharbeneau commented Sep 25, 2018

  • Create a contribution guide. Ex.
    • What should my namespace be?
    • Minimum requirements? Working libs, Docs, etc...
    • Best practices?
    • Improve other projects vs. creating duplicates.
@bmsantos
Copy link

bmsantos commented Sep 26, 2018

@EdCharbeneau, I think we should leverage what already exists in Blazor Extensions. That provides us with a great starting point. They have a neat project structure and are using Typescript for the JS side (See Blazor.Extensions.Logging for example).

  • What should my namespace be?
    How about Blazor.Extensions.PWA or Blazor.Extensions.Web? From it we can then add:
    Blazor.Extensions.PWA.Geolocation
    Blazor.Extensions.PWA.Browser
    Blazor.Extensions.PWA.CreditCard
    Blazor.Extensions.PWA.Camera
    Blazor.Extensions.PWA.Device
    ...

  • Minimum requirements? Working libs, Docs, etc...
    Documentation - Readme.md - If needed more, maybe make use of Github Wiki or something like mkdocs

  • Best practices?
    . C# and TS standard formatting
    . Peer code reviews before merging

  • Improve other projects vs. creating duplicates.
    We should leverage other packages as much as possible.

@EdCharbeneau
Copy link
Author

Great suggestions and improvements on the general concept.

@menasheh
Copy link

I vote for .Web over .PWA

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

No branches or pull requests

3 participants