62411b4d2b
move logout-method to api-service
2025-09-19 13:36:47 +02:00
f04fcde7b9
move setLanguage to api-service
2025-09-19 13:32:01 +02:00
2a352265a8
freeze env and url objects
2025-09-19 13:18:45 +02:00
ceff62cb64
refactor: unify and simplify request helper methods
...
This commit:
- Replaces `createRequest`, `createPost`, and `submitForm` with a single `sendRequest` helper.
- Adds `getRequest` and `postRequest` wrappers for clarity.
- Removes redundant content type constants and parameters.
- Updates envelope-related methods (`signEnvelope`, `rejectEnvelope`, `shareEnvelope`) to use the new request helpers.
- Simplifies `redirect` and `redirRejected` functions.
2025-09-19 13:16:48 +02:00
f1f4c6eaef
create envelope region
2025-09-19 11:52:37 +02:00
f8297808ec
create request helper methods region
2025-09-19 11:50:25 +02:00
0fc6fd650c
refactor(postAnnotation): rename as signEnvelope
2025-09-19 11:49:14 +02:00
13af2ae3e1
refactor: move postAnnotations to ap-service
2025-09-19 11:47:49 +02:00
3914b827fb
refactor(url): convert getter methods to variables
2025-09-19 11:44:23 +02:00
a5ab217ac6
refactor(env): remove lazy loading to simplfy
2025-09-19 11:42:37 +02:00
4075739522
Split the URL into two objects as URL and environment
2025-09-19 11:41:41 +02:00
8abf8260bf
update to use lazy loading
2025-09-19 11:35:07 +02:00
451e7e7daa
feat(lazy): created to handle lazy loading
2025-09-19 10:36:14 +02:00
6622442d95
convert to camel case
2025-09-19 10:20:23 +02:00
dcd5dc71de
covnert Url to object
2025-09-19 10:07:38 +02:00
3fe09f8382
rename API as Url
2025-09-19 10:06:09 +02:00
bac9aebbc3
refactor(api): replace arrow functions with function declarations and simplify defaults
...
- Removed unused Content class
- Converted async arrow functions to standard function declarations
- Added default 'application/json' for createRequest and createPost
- Improved readability and consistency across API helpers
2025-09-19 09:59:57 +02:00
d64d46920a
refactor(api-services): change wrong url route
2025-09-18 12:59:01 +02:00
10b1de4cf0
remove envelopeRejected-endpoint
2025-09-17 13:17:25 +02:00
1e6c9ed40e
refactor(HomeController): ranme EnvelopeKey route as Envelope
2025-09-04 23:38:11 +02:00
Developer 02
0eb5897185
feat(share pop-up): Post-Request-Prozess hinzugefügt.
2024-10-09 15:03:54 +02:00
Developer 02
3ce11f4cc7
feat(api-service): Methode für Share-Request erstellt.
2024-10-09 11:00:21 +02:00
Developer 02
3fd2f90f65
Die Ansicht EnvelopeRejected (EnvelopeRejected.cshtml) wurde so entwickelt, dass sie nach Ablehnung eines Umschlags angezeigt wird. Logik hinzugefügt, um eine Umleitung zu aktivieren, nachdem ein Umschlag abgelehnt wurde.
2024-06-06 10:02:56 +02:00
Developer 02
d077a66796
Die Datei „api-service.js“ für HTTP-Anfragen erstellt. HTTP-POST-Anforderung erstellt, um die generierten Umschläge zurückzuweisen.
2024-06-05 13:04:47 +02:00