Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: appengine/findit/predator/README.md

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/findit/model/wf_config.py ('k') | appengine/findit/predator/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Code structure
2
3 * [analysis](analysis): Core library for analyzing Chrome crashes.
4 * [app](app): The App Engine app to provide web APIs to analyze Chrome crashes t hrough invoking the core library above, and web pages to view & monitor analysis results.
5
6 # Refactoring guideline
7 * All core logic of analysis should live in [analysis](analysis), and it should
8 be standalone, and not depend any App Engine APIs.
9 * All app-layer code should live in [app](app)
10 * Frontend code rendering UIs to providing APIs for clients like ClusterFuzz/F racas/Cracas should live in [app/frontend](app/frontend).
11 * Backend code running the analysis should live in [app/backend](app/backend).
12 * Shared code between the frontend and backend should live in [app/common](app /common).
13
14 # Next step
15 When the refactoring is done, we will do a one-off move to appengine/predator.
OLDNEW
« no previous file with comments | « appengine/findit/model/wf_config.py ('k') | appengine/findit/predator/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698