fahadahmed / pdf-editor

0 stars 0 forks source link

As a user, I would like upload multiple PDFs and merge them into a single PDF file #2

Open fahadahmed opened 2 months ago

fahadahmed commented 2 months ago

Overview

As a user, I would like to upload multiple PDFs and merge them into a single PDF file.

Details

Have a route that navigates to the specific feature operation like /mergepdf where a user is able to do the following:

Technical Design

Sequence Diagram

UX Design

Figma Design

fahadahmed commented 2 months ago

Changing the Estimate from M to XL. The reason being that the logic of creating the PDF would be shifted to Firebase functions instead of client side to prevent client-side embedding of business logic. Also the handling of the files before the merging requires custom component build.

fahadahmed commented 2 months ago

The current release would focus on desktop version. The subsequent release will cater to mobile viewports, accessibility etc.