SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Switch tab from upload to course tab upon successful file uplaod #621

Closed usoltsevpaul closed 7 years ago

usoltsevpaul commented 7 years ago

Using new TabService need to navigate the user to course tab upon successful (pdf?) file upload. Note: although front end will be and is flawless in every way, will back end be able to display this information instantly? ( @hobindar @SwapnilShahGit ) What I mean is, after uploading file and switching to a tab is there any delay perhaps needed for user to receive parsed information?

hobindar commented 7 years ago

@usoltsevpaul We pretend parsing is part of upload. In other words, we don't tell front end the file is uploaded until after it is parsed. So it should be available right after it's done uploading.