Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seancassiere/nv-reservation-cc-update
Created to be able to capture information for a Navotar/RENTALL Reservation.
https://github.com/seancassiere/nv-reservation-cc-update
Last synced: 21 days ago
JSON representation
Created to be able to capture information for a Navotar/RENTALL Reservation.
- Host: GitHub
- URL: https://github.com/seancassiere/nv-reservation-cc-update
- Owner: SeanCassiere
- License: mit
- Created: 2021-04-13T09:13:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T12:32:16.000Z (6 months ago)
- Last Synced: 2024-10-06T11:06:37.881Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://rentall-customer.pingstash.com/?lang=en
- Size: 2.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# RENTALL - Customer Details Update
This application is meant for usage a RENTALL/Navotar client's customer to be able to add additional details to their reservation or agreement.
## How does it work?
A custom URL pointed at the hosted application is added into the client account as a link in an email template sent to their customer.
Example: [https://rentall-customer.pingstash.com/?agreementId=640904&lang=en&config=eyJjbGllbnRJZCI6MTAxMywiZW1haWxUZW1wbGF0ZUlkIjo4Mzg4LCJmbG93IjpbIkNyZWRpdENhcmRGb3JtIl19](https://rentall-customer.pingstash.com/?agreementId=640904&lang=en&config=eyJjbGllbnRJZCI6MTAxMywiZW1haWxUZW1wbGF0ZUlkIjo4Mzg4LCJmbG93IjpbIkNyZWRpdENhcmRGb3JtIl19)
Once the customer accesses the application via the provided custom URL, they would then be able to add details requested by the client, directly against their booking.
## Documentation
See [DOCUMENTATION](DOCUMENTATION.md) for information and configuration options for the application.
## Contributing
Contributions are always welcome!
See [CONTRIBUTION](CONTRIBUTION.md) for ways to get started.
Please adhere to this project's [CODE OF CONDUCT](CODE_OF_CONDUCT.md).
![Issues](https://img.shields.io/github/issues/SeanCassiere/nv-reservation-cc-update)
![Pull Requests](https://img.shields.io/github/issues-pr-closed/SeanCassiere/nv-reservation-cc-update)## Development
1. Clone the repository.
2. Install dependencies `npm run install`.
3. Create a `.env` file and add the necessary `secrets` into it. You can use the `.env.example` file as a reference.
4. Run the development server using `npm run dev`.## Authors
- [@SeanCassiere](https://github.com/SeanCassiere)