0% found this document useful (0 votes)
25 views3 pages

Lotrelease - Waf 1

The document lists various file formats accepted by the system, including .html, .css, .js, .jpg, .png, .pdf, and others. It then lists various backend and frontend routes for an application, including API routes for authentication, workflows, tasks, submissions, users, settings, and more. The frontend routes include paths for worklists, programs, details pages, drafts, dashboards, users, and other application pages.

Uploaded by

abdeladl.shaheen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views3 pages

Lotrelease - Waf 1

The document lists various file formats accepted by the system, including .html, .css, .js, .jpg, .png, .pdf, and others. It then lists various backend and frontend routes for an application, including API routes for authentication, workflows, tasks, submissions, users, settings, and more. The frontend routes include paths for worklists, programs, details pages, drafts, dashboards, users, and other application pages.

Uploaded by

abdeladl.shaheen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

system files format

[ .html, .css, .js, .jpg, .png, .pdf, .eot, .eot?, .woff, .woff2, .ttf, .txt, .svg]
system accepting file format [ pdf ]

**static routes

/build

**back-end routes

/api/auth/login,
/api/auth/checkLogin,
/api/auth/logout,

/api/workflow/startengine,
/api/workflow/submittask,
/api/workflow/handledistrubution,
/api/workflow/getdistributedusers

/api/tasks/getdistributedusers,
/api/tasks/checktaskassignment,
/api/tasks/find,
/api/tasks/gettimeline,
/api/tasks/taskdetails,

/api/generic/update,
/api/generic/create,
/api/generic/destroy,
/api/generic/update,
/api/generic/bulkcreate,
/api/generic/bulkupdate,
/api/generic/findbyId,
/api/generic/find,
/api/generic/count,
/api/generic/modifymanyrelations,
/api/generic/uploadfile,

/api/departments/getdepartments,

/api/roles/getroles

/api/app/gettabledata,
/api/app/getfilterdata,
/api/app/formlayout,

/api/drug/fetchdrugs,

/api/attachment/uploadfile,
/api/attachment/deleteunlinkedattachment,
/api/attachment/download,
/api/attachment/getfilehistory,
/api/attachment/generatetaskpdf,

/api/submissionslimit/savesubmissionlimit,
/api/submissionslimit/getdayslimitation,
/api/submissionslimit/checkdaylimit,
/api/timeline/saveworkingdays,

/api/submission/savedraft,
/api/submission/updateSubmission,
/api/submission/updateSubmissionValues,

/api/user/getUsers,
/api/user/updateUser,
/api/user/deleteUser,
/api/user/createUser,

/api/settings/saveSubmissionLimit,
/api/settings/getLimitPerCompany,
/api/settings/getCompanyAllowedSubmissionCount,

/api/timeslots/saveWorkingDays,
/api/timeslots/getWorkingDays,
/api/timeslots/reserveSlot,
/api/timeslots/getUnreservedSlots,
/api/timeslots/getTimeSlotsShedule,
/api/timeslots/sendNotification,

/api/queue/getQueues,
/api/queue/getSteps,
/api/queue/delete,
/api/queue/getUsers,
/api/queue/saveQueue,
/api/queue/stopQueue,
/api/queue/resumeQueue,
/api/queue/update,

/api/algorithm/runAlgorithm,

/api/calendar

front-end routes

"/worklist",
"/programs/",
"/details/:id",
"/drafts",
"/dashboard",
"/users",
"/edaDetails",
"/settings/timeSlot",
"/settings/SubmissionLimit",
"/timeSlots/schedule",
"/users/",
"/settings/",
"/namingTest/:id",
"/tablerule/:submissionId",
"/notifications",
"/scientificCommittee/:id",
"/PageError404",
"/PageError500",
"/PageError505",
"/login/eda",
"/login/company",
"/landing"
"/modifications",
"/modificationRequest",
"/SubmissionGroupDetails/Components/GroupPage",
"/doctors",
"/SubmissionGroupDetails/Components/GroupDetails/:id",
"/vacations",
"/showSimilarity/:id",
"/systemSytings/normal",
"/systemSytings/fast",
"/systemSytings/re_reg",
"/systemSytings/queue",

You might also like