-
Notifications
You must be signed in to change notification settings - Fork 22
PLAT-5595: Modularize the scaffolds - Modules #103
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
Conversation
danielsousaio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider the related review on crowdbotics/django-scaffold.
| @@ -1,37 +1,52 @@ | |||
| # ProjectName | |||
| # {{cookiecutter.project_slug}} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielsousaio would changing the ProjectName to cookiecutter.project_slug work here? I don't think so. Can you confirm?
| @@ -1,37 +1,52 @@ | |||
| # ProjectName | |||
| # {{cookiecutter.project_slug}} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielsousaio same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic for using the mobile folder and handle all subsequent actions after in scaffold/install.js looks okay to me. However, I am not able to review the correctness of the syntax of this JavaScript file.
@danielsousaio can you confirm if this looks good?
@santoshpy There are merge conflicts (which is expected) so maybe you should merge master into this branch and then handle conflicts accordingly.
|
@santoshpy Please fix the merge conflicts |
|
Closing stale PR |
Ticket
PLAT-5595
Related tickets: PLAT-5595
Related PRs:
Type of PR
Changes introduced
Manage the folder structure for backend and mobile scaffold.
Update README.md file for consistency
Test and review
AS this PR is related to PLATFORM-DASHBOARD to test it, Need to merge all related PR.