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

Feature/better project page #138

Merged
merged 38 commits into from
Oct 13, 2015
Merged

Feature/better project page #138

merged 38 commits into from
Oct 13, 2015

Conversation

jimCresswell
Copy link
Member

Redesign the project page. See individual commit messages.

Also note a bug in the update functionality, reported in #137 .

@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 8, 2015 15:07 Active
@jimCresswell
Copy link
Member Author

This is separate from the file tree work.

@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 8, 2015 15:16 Active
@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 8, 2015 15:16 Active
@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 8, 2015 15:19 Active
@jimCresswell jimCresswell assigned jimCresswell and unassigned sponte Oct 8, 2015
@jimCresswell
Copy link
Member Author

Found some issues, don't merge.

@jimCresswell
Copy link
Member Author

Fixed...

@jimCresswell
Copy link
Member Author

Okay, re-opening with basic file tree work done. Files are arranged by directory clicking the directory name will toggle those files.

@jimCresswell jimCresswell reopened this Oct 12, 2015
@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 12, 2015 13:54 Active
@jimCresswell
Copy link
Member Author

@sponte Ready for review, although it will probably need us both. We have the data to do whatever we want with the UI but I'd suggest this is good enough for now.

@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 13, 2015 00:12 Active
@@ -261,7 +262,7 @@ function getAllFiles(tree) {
return _getAllFiles(tree)
.then(function (files) {
return files.filter(function (f) {
return /\.(feature|md)/.test(f);
return (appConfig.regex.fileOfInterest).test(f);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we move file filtering into project.js rather at low level inside please?

@sponte sponte mentioned this pull request Oct 13, 2015
@sponte sponte deployed to oss-specs-specs-eu-pr-138 October 13, 2015 11:56 Active
sponte added a commit that referenced this pull request Oct 13, 2015
@sponte sponte merged commit f89f3e4 into master Oct 13, 2015
@sponte sponte deleted the feature/betterProjectPage branch October 13, 2015 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants