-
Goal: be able to define and run e2e tests.
We should add Laravel Dusk and a few e2e test scenarios.
- [ ] Add and configure Laravel Dusk
- [ ] Create e2e test scenarios (registration, login, et…
-
```javascript
fields: [
{ name: 'name', type: 'text', props: { min: 3, max: 30, required: true} },
{ name: 'email', type: 'email', label: 'Email address', props: { required: true } …
-
As per my conversation with @bradystroud, the ticket form component has been developed (`components/usergroup/ticketform.tsx`), but now must be linked up to a third party to send an email to users wit…
-
##### SUMMARY
When passing the kubeconfig to various kubernetes.core modules as a dictionary instead of a path, it contains sensitive data and should not be logged.
I've patched this in ou…
-
Hi everyone and especially @Vitaliy-1 ,
@asmecher send an error message via teampkp Slack and I found out, that in 3.1.2 the [orcidProfile Plugin](https://github.com/pkp/orcidProfile) integration w…
-
TaskContext
- At the start of a pipeline execution, we should be able to hydrate some read-only store of configuration values. These values form a TaskContext that is available to every task. e.g. …
-
As a registered zero shop owner, I can add the data of my shop so that website users can find my shop
**Acceptance Criteria**
- [x] 'Add' button launches Form for registered shop owner to add store d…
-
Provide script for creating the spo registering transactions and stake address registering transactions (2 things).
Lets figure out any reasonable way of doing so.
Either:
- dont do anything. u…
-
Tasks:
Edit the backend code so that when a user creates his profile, the user name, user email, and other information are entered into the database.
Edit the frontend code and present the user with a…
-
Do there exist any kind of pre-built starter templates for the common forms like register, login, forgot, etc.?
Something already wired to use PHP-Auth as a foundation?
Thank you!