-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tracking issue: pre-release fixes #20
Comments
@LukeMathWalker I merged #32 and updated the above list. Some thoughts:
I was thinking if we recommend
If you generate an app based on the blueprints, it should also generate a README that explains the structure of the repo, what goes where, what generators are available for generating more things, etc.
I think sth. like the Pavex Quickstart is really the essential part of the documentation. API docs are fine but in particular in the case of a library like this, not essential.
These are the very last steps I'd say once everything else is done. We should definitely set up a landing page with a nice design, etc. I think before any of the above tasks, it'd be good if you bould review everything that exists so far so that we can fix any problems there might be (and I'm sure there will be a few…) |
I think both are more nice-to-haves than essentials. |
Where should this be hosted? |
I'd say GH Pages, Netlify – sth. simple like those
That would be good, yes 👍 |
Let's not prioritize googletest and nextest then and get everything else done first |
I'm trying out For the record, since it's not published yet, I've installed it from git Notes:
|
That's intended – the name might change before release though
So you run the web bin with just
fixed: #47
You need to run the migrations before running the tests – some might say that's bad, I say it's a feature: |
pacesetter
itself: Add tests #30db
crate: move validation intodb
crate #21update
function, return record – just like creation essentially) – se add update example #25switch everything to(not for now)cargo nextest
potentiallygoogletest
potentially – see switch to googletest for better assertions #41pacesetter
itself – see add README and LICENSE #48gerust
and give Florian Gilcher credit for the name in the README – see rename pacesetter to gerust #99The text was updated successfully, but these errors were encountered: