felicity-lims/.idea/workspace.xml

167 lines
11 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="9f590b69-f929-45a1-8512-12ed6efbf028" name="Changes" comment="Added Invetory starter">
2024-04-12 23:14:48 +08:00
<change afterPath="$PROJECT_DIR$/felicity/apps/guards/__init__.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/felicity/apps/guards/config.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/felicity/apps/guards/groups.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/felicity/apps/guards/permissions.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/felicity/apps/guards/utils.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
2023-11-24 06:22:22 +08:00
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
2024-04-12 23:14:48 +08:00
<change beforePath="$PROJECT_DIR$/Dockerfile.dev" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile.dev" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Dockerfile.prod" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile.prod" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docker-compose.dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/docker-compose.dev.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docker-compose.prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/docker-compose.prod.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/api/gql/analysis/mutations/analysis_result.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/api/gql/analysis/mutations/analysis_result.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/api/gql/permissions.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/api/gql/permissions.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/conf.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/conf.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/models/analysis.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/models/analysis.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/models/qc.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/models/qc.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/models/results.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/models/results.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/permissions.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/permissions.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/schemas.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/schemas.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/tasks.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/tasks.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analysis/utils.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analysis/utils.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analytics/models.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analytics/models.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analytics/sources/sample.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analytics/sources/sample.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/analytics/tasks.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/analytics/tasks.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/common/utils/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/common/utils/__init__.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/apps/user/models.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/apps/user/models.py" afterDir="false" />
2024-04-06 15:15:04 +08:00
<change beforePath="$PROJECT_DIR$/felicity/core/config.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/core/config.py" afterDir="false" />
2024-04-12 23:14:48 +08:00
<change beforePath="$PROJECT_DIR$/felicity/database/base_class.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/database/base_class.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/lims/boot.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/lims/boot.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/lims/seeds/groups_perms.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/lims/seeds/groups_perms.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/felicity/migrations/env.py" beforeDir="false" afterPath="$PROJECT_DIR$/felicity/migrations/env.py" afterDir="false" />
2024-04-06 15:15:04 +08:00
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
2023-12-23 01:06:14 +08:00
<option value="Python Unit Test" />
<option value="Python Script" />
</list>
</option>
</component>
<component name="FormatOnSaveOptions">
<option name="myRunOnSave" value="true" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="OptimizeOnSaveOptions">
<option name="myRunOnSave" value="true" />
</component>
<component name="ProjectColorInfo">{
&quot;customColor&quot;: &quot;&quot;,
&quot;associatedIndex&quot;: 6
}</component>
<component name="ProjectId" id="2MIC1H3UyNXIcY9XKNsnyxMomqK" />
2024-01-28 21:17:16 +08:00
<component name="ProjectLevelVcsManager">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2024-04-12 23:14:48 +08:00
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;dart.analysis.tool.window.visible&quot;: &quot;false&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/aurthurm/Development/felicity-lims/felicity/apps/guards&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;project.propVCSSupport.DirectoryMappings&quot;
2023-02-27 05:26:07 +08:00
}
2024-04-12 23:14:48 +08:00
}</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
2024-04-12 23:14:48 +08:00
<recent name="$PROJECT_DIR$/felicity/apps/guards" />
2024-04-06 15:15:04 +08:00
<recent name="$PROJECT_DIR$/felicity/api/rest/api_v1/endpoints" />
2024-01-28 21:17:16 +08:00
<recent name="$PROJECT_DIR$/felicity" />
<recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/reads" />
</key>
<key name="MoveFile.RECENT_KEYS">
2024-04-06 15:15:04 +08:00
<recent name="$PROJECT_DIR$/felicity/version" />
2024-01-28 21:17:16 +08:00
<recent name="$PROJECT_DIR$/felicity/lims" />
<recent name="$PROJECT_DIR$/deploy/tracing" />
2023-12-30 19:42:48 +08:00
<recent name="$PROJECT_DIR$/felicity/apps/impress/shipment" />
<recent name="$PROJECT_DIR$/felicity/apps/impress" />
</key>
</component>
<component name="RunManager">
<configuration name="format.sh" type="ShConfigurationType" temporary="true">
<option name="SCRIPT_TEXT" value="" />
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/felicity/scripts/format.sh" />
<option name="SCRIPT_OPTIONS" value="" />
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$/felicity/scripts" />
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="/bin/sh" />
<option name="INTERPRETER_OPTIONS" value="-e" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_SCRIPT_FILE" value="true" />
<envs />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="Shell Script.format.sh" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="9f590b69-f929-45a1-8512-12ed6efbf028" name="Changes" comment="" />
<created>1677445492409</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1677445492409</updated>
</task>
<task id="LOCAL-00001" summary="Added Invetory starter">
<created>1678626400597</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1678626400597</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="UnknownFeatures">
2024-02-16 23:48:19 +08:00
<option featureType="com.intellij.fileTypeFactory" implementationName="*.ini" />
<option featureType="com.intellij.fileTypeFactory" implementationName="requirements.txt" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Added Invetory starter" />
<option name="LAST_COMMIT_MESSAGE" value="Added Invetory starter" />
</component>
2023-02-27 05:26:07 +08:00
</project>