-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Community App Store (Fork) #69
Conversation
Congratulations 🎉. DeepCode analyzed your code in 3.921 seconds and we found no issues. Enjoy a moment of no bugs ☀️. 👉 View analysis in DeepCode’s Dashboard | Configure the bot👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin. |
@rmorshea This branch will be used to both integrate IDOM Conreq, and to flesh our the framework portions of Conreq. |
@rmorshea Most of the major IDOM tasks have been completed. The viewport is now procedurally generated based on user installed apps. Just to give you a heads up, there's a few things that I'm blocked on
After I finish the low hanging fruit on this side, I'll see what I can do to support development of these features in IDOM Core. |
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 10.95%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Description
This PR tracks progress for a fork of Conreq to support a community app store. This will restructure Conreq as a web app platform.
See the readme for more details.
Testing
archmonger/conreq@app_store
branch from GitHubpip install -r requirements.txt
python manage.py run_conreq
Tasks required
manage.py
command for starting a new package.manage.py
command for adding an app to a package.apps
in JSON format.SAFE_MODE
if apps fail to runsettings.env
values to be put into forms.Non-Critical Tasks (can happen after PR)
django-compressor
withdjango-pipeline
playwright