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

Restructuring #44

Merged
merged 4 commits into from
Jul 17, 2017
Merged

Restructuring #44

merged 4 commits into from
Jul 17, 2017

Conversation

newsch
Copy link
Collaborator

@newsch newsch commented Jul 12, 2017

This is the beginning of a broader restructuring of the project. Files are now grouped into folders and are organized into a python library.

mongo_config.py is now stored under abe/ so you'll need to move that.

.
├── abe - contains all ABE-related functions and libraries
│   ├── app.py
│   ├── database.py
│   ├── document_models
│   ├── document_models.py
│   ├── helpers.py
│   ├── __init__.py
│   ├── mongo_config.py
│   ├── mongo_config_sample.py
│   ├── postdeploy.py
│   ├── pr-predestroy.py
│   ├── resource_models
│   ├── resource_models.py
│   ├── sample_data.py
│   └── templates
│       ├── add_event.html
│       ├── add_label.html
│       └── splash.html
├── app.json
├── LICENSE
├── Procfile
├── README.md
├── requirements.txt
├── run.py - runs app.py
├── runtime.txt
└── tests - the future site of our high-quality testing suite
    ├── context.py
    ├── __init__.py
    └── test.py

@Elepert Elepert temporarily deployed to abeweb-pr-44 July 12, 2017 20:58 Inactive
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 12, 2017 21:05 Inactive
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 12, 2017 21:05 Inactive
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 12, 2017 21:58 Inactive
@newsch newsch added the enhancement New and enhanced functional label Jul 17, 2017
@newsch newsch requested a review from Elepert July 17, 2017 18:05
@newsch newsch force-pushed the newsch/restucturing branch 2 times, most recently from 26b4550 to 4742e6a Compare July 17, 2017 18:19
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 17, 2017 18:20 Inactive
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 17, 2017 18:26 Inactive
@Elepert Elepert temporarily deployed to abeweb-pr-44 July 17, 2017 18:28 Inactive
Copy link
Contributor

@Elepert Elepert left a comment

Choose a reason for hiding this comment

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

I approve of this restructing

@Elepert Elepert merged commit 04f8652 into dev Jul 17, 2017
@newsch newsch deleted the newsch/restucturing branch July 17, 2017 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New and enhanced functional
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants