Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

File Manage & NavBar servicers #187

Merged
merged 40 commits into from
Feb 15, 2017
Merged

File Manage & NavBar servicers #187

merged 40 commits into from
Feb 15, 2017

Conversation

jerroddixon
Copy link
Contributor

Control functionality for file management and navbar put in services to preserve code run state, allowing behind the scenes upload and download functionality and preventing the username from flashing on redirects.

Copy link
Collaborator

@djw8605 djw8605 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few cosmetic changes.

@jerroddixon
Copy link
Contributor Author

Merged your pull request and addressed the cosmetic changes. Something along these lines?
hccgo_titles

@djw8605
Copy link
Collaborator

djw8605 commented Feb 14, 2017 via email

@jerroddixon
Copy link
Contributor Author

Oh and yes, I agree! The app feels a lot more responsive now. I'm not sure on a splash screen, maybe some sort of notification of 'setting up connection' would be helpful though

@jerroddixon
Copy link
Contributor Author

How about this?
hccgo_titles

@djw8605
Copy link
Collaborator

djw8605 commented Feb 14, 2017

Yes, that looks better. 2 more things.

  1. Could you remove the "working directory" text and just show the path.
  2. Could you put everything in <div> with bootstrap columns? So it doesn't get resized weird and different each time?

@jerroddixon
Copy link
Contributor Author

I made the changes requested, page looks like the following
hccgo_cosmetics

@djw8605
Copy link
Collaborator

djw8605 commented Feb 14, 2017

I think it looks great!

I'm trying to transfer a rather large directory, with lots of directories. It seems to get stuck after creating 3 directories?

image

No relevant errors.

@djw8605
Copy link
Collaborator

djw8605 commented Feb 14, 2017

My mistake, it was after a lot of directories have been completed. Possibly all of them. Now, it appears to be just sitting there.

@jerroddixon
Copy link
Contributor Author

Hmm, for some reason when creating the folders it's creating a lot of folders in the top level directory instead of nested ones, with its name being where it's supposed to exist. Confused on this, as nothing of what I've changed should have affected the code in ConnectionService. Have there been any pushes to that file lately?

@djw8605
Copy link
Collaborator

djw8605 commented Feb 14, 2017

Not sure. I don't think there's been any changes to the mkdir functions.

@jerroddixon
Copy link
Contributor Author

jerroddixon commented Feb 14, 2017

Think I figured it out, somewhere the '/' characters are getting changed into '\' characters and so the file system takes them as parts of the file name string, not as where they're supposed to exist in the filesystem.

@jerroddixon
Copy link
Contributor Author

There, give that a try

@jerroddixon
Copy link
Contributor Author

Noticed a graphical oops with the progress bar, most recent commit fixes that though.

@@ -8,7 +8,7 @@ connectionModule.factory('connectionService',['$log', '$q', '$routeParams', '$lo
sandhills: null,
glidein: null};
const async = require('async');
const path = require('path');
const path = require('path').posix;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this still work when you are uploading or downloading from a windows host?

@djw8605
Copy link
Collaborator

djw8605 commented Feb 15, 2017

I just tested on windows. Seems to work. Are you done with this pull request?

@jerroddixon
Copy link
Contributor Author

Nearly, I tested on upload with windows and it works, but I ran into an issue retesting with download. I should have a resolution here soon

@jerroddixon
Copy link
Contributor Author

That should resolve it. @djw8605 this should finalize this pull

@djw8605 djw8605 merged commit 299ade8 into unlhcc:master Feb 15, 2017
@jerroddixon jerroddixon deleted the navbar_name branch February 15, 2017 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants