Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Explorer card #54

Closed
4 tasks done
nelsonni opened this issue Jan 11, 2019 · 1 comment · Fixed by #92, #97, #102 or #104
Closed
4 tasks done

File Explorer card #54

nelsonni opened this issue Jan 11, 2019 · 1 comment · Fixed by #92, #97, #102 or #104
Assignees
Labels
feature Feature requests or improvements
Milestone

Comments

@nelsonni
Copy link
Member

nelsonni commented Jan 11, 2019

The FileExplorer card should operate in a similar fashion to file explorers available in other IDEs and applications, except for certain key functionality alterations as indicated below. The following features should be developed and integrated into Synectic:

  • FileExplorer card needs to be a React component that uses the Redux store for state.
  • FileExploror card needs to allow clicking on files to open a Card component containing the specific handler type for that file (i.e. clicking on foo.js should result in a new Editor card added to Redux, and therefore loaded onto the canvas).
  • FileExplorer card should indicate the current git branch, and options for switching between available branches (which should result in any new files from that branch being loaded into the FileExplorer).
  • FileExplorer card needs to implement content scaling for full-screen/half-screen expansion, which should result in the Card being stretched to 20% of the available width of the Canvas component.
@nelsonni nelsonni added the feature Feature requests or improvements label Jan 11, 2019
@nelsonni nelsonni added this to the v0.8.0 milestone Jan 11, 2019
@nelsonni nelsonni modified the milestones: v0.8.0, v0.8.5 Jan 29, 2019
@nelsonni nelsonni assigned robobenklein and unassigned cqlim May 2, 2019
This was linked to pull requests Mar 11, 2020
@nelsonni nelsonni changed the title File Explorer card class File Explorer card Mar 17, 2020
@nelsonni nelsonni linked a pull request Mar 30, 2020 that will close this issue
@nelsonni nelsonni added this to the v1.0.0 milestone Mar 31, 2020
@nelsonni
Copy link
Member Author

Closed after PR #102 and #104.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment