-
-
sw.js
``` js
jsproxy_config=x=>{__CONF__=x;importScripts(__FILE__=x.assets_cdn+'bundle.c33e24c5.js')};importScripts('conf.js')
```
-
so that I can keep track of who I want to invite to my wedding.
Notes:
- Guest has 1 compulsory field: NAME
- The following are optional fields: phone, email, address, rsvp status, dietary requir…
-
Use case:
1. Issue an access token to a participant of a wedding.
2. Authenticate into the wedding with the issued access token.
3. Revoke the access token.
4. Submit answers to an RSVP survey fro…
-
Use case:
1. Authenticate to a wedding page as a participant who already has answer to a text question of an RSVP survey.
2. Delete the answer from the appropriate textbox on the RSVP form.
3. When…
-
**Describe the feature you'd love to see**
Some context: I work on a Markdown-based notes app, I'm trying to make it as fast as possible but I've found the inability to return raw DOM nodes from Pr…
-
Allow guests to RSVP from the website
# Full Page
```html
Wedding RSVP Form *{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}
``…
-
``` c#
var dinner = await _database.Dinners
.Include(d => d.Rsvps)
.SingleOrDefaultAsync(d => d.DinnerID == dinnerId);
```
will fail if the dinnerId does not e…
-
Thanks for reporting this bug!
Please search other issues to make sure this bug has not already been reported.
Then fill in the sections below.
**Describe the bug**
The "deploy-preview" Gi…
-
Deployed to prod environment, and encountered a new issue. When I try to sort the attendees (e.g. by RSVP status) I am instead logged out of the admin dashboard. Didn't previously have this in local e…