Adjusted .idea/workspace.xml for correct recent project path and tasks. Updated seed.ts to include new cryptocurrency records and modified existing promo code details.
155 lines
9.4 KiB
XML
155 lines
9.4 KiB
XML
<?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="fe5a67da-16c2-44c1-97cf-5ff76c380f48" name="Changes" comment="">
|
|
<change beforePath="$PROJECT_DIR$/../neptune-back/prisma/seed.ts" beforeDir="false" afterPath="$PROJECT_DIR$/../neptune-back/prisma/seed.ts" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../neptune-back" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"associatedIndex": 0
|
|
}</component>
|
|
<component name="ProjectId" id="2oC9EyMrMXnN5JRY3d8EUK3Fg2I" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"RunOnceActivity.git.unshallow": "true",
|
|
"last_opened_file_path": "/home/avnyr/monoliths/neptune-back",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "pnpm",
|
|
"npm.dev.executor": "Run",
|
|
"settings.editor.selected.configurable": "preferences.lookFeel",
|
|
"ts.external.directory.path": "/home/avnyr/monoliths/neptune-front/node_modules/typescript/lib",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}</component>
|
|
<component name="RecentsManager">
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$/public" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager">
|
|
<configuration name="dev" type="js.build_tools.npm" nameIsGenerated="true">
|
|
<package-json value="$PROJECT_DIR$/package.json" />
|
|
<command value="run" />
|
|
<scripts>
|
|
<script value="dev" />
|
|
</scripts>
|
|
<node-interpreter value="project" />
|
|
<package-manager value="$USER_HOME$/.local/share/pnpm/pnpm" />
|
|
<envs />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|
|
<component name="SharedIndexes">
|
|
<attachedChunks>
|
|
<set>
|
|
<option value="bundled-js-predefined-d6986cc7102b-e768b9ed790e-JavaScript-WS-243.21565.180" />
|
|
</set>
|
|
</attachedChunks>
|
|
</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="fe5a67da-16c2-44c1-97cf-5ff76c380f48" name="Changes" comment="" />
|
|
<created>1730362584431</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1730362584431</updated>
|
|
<workItem from="1730362585545" duration="2622000" />
|
|
<workItem from="1730365668445" duration="599000" />
|
|
<workItem from="1730370820744" duration="1688000" />
|
|
<workItem from="1730715257858" duration="38000" />
|
|
<workItem from="1730971311881" duration="4339000" />
|
|
<workItem from="1732021386744" duration="27000" />
|
|
<workItem from="1732021424352" duration="4000" />
|
|
<workItem from="1732028162494" duration="139000" />
|
|
<workItem from="1732110655402" duration="2406000" />
|
|
<workItem from="1732115490707" duration="1304000" />
|
|
<workItem from="1732177377647" duration="212000" />
|
|
<workItem from="1732177642993" duration="25000" />
|
|
<workItem from="1732177670017" duration="26000" />
|
|
<workItem from="1732177712103" duration="20000" />
|
|
<workItem from="1732177736286" duration="34000" />
|
|
<workItem from="1732202348717" duration="1808000" />
|
|
<workItem from="1732268531361" duration="8833000" />
|
|
<workItem from="1732453974909" duration="11758000" />
|
|
<workItem from="1732526630314" duration="3449000" />
|
|
<workItem from="1732646974158" duration="1446000" />
|
|
<workItem from="1732696522710" duration="884000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="Remove IDE configuration files and add new selling feature Removed unnecessary IntelliJ IDEA (`.idea`) configuration files to clean up the repository. Added new sell-related functionality including the SellCryptoPage, SellModal, SellForm, and updated relevant types and UI components.">
|
|
<option name="closed" value="true" />
|
|
<created>1732269965774</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1732269965774</updated>
|
|
</task>
|
|
<task id="LOCAL-00002" summary="Enable user crypto amount selection and update deployment docs Added the ability to select user crypto amounts in the user service. Removed commented-out code in the offer controller for clarity. Updated the README with deployment and production instructions.">
|
|
<option name="closed" value="true" />
|
|
<created>1732270010458</created>
|
|
<option name="number" value="00002" />
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1732270010458</updated>
|
|
</task>
|
|
<task id="LOCAL-00003" summary="Fix offer retrieval method and add GDPR acknowledgment Return the result from `getOffersById` method to fix route handling. Add `id` field in offers selection query and introduce `gdpr_acknowledgement` to the user model and mock data for GDPR compliance.">
|
|
<option name="closed" value="true" />
|
|
<created>1732488599143</created>
|
|
<option name="number" value="00003" />
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1732488599143</updated>
|
|
</task>
|
|
<task id="LOCAL-00004" summary="Add defaultCryptoId prop to SellForm and enhance usability Introduced a new defaultCryptoId prop for the SellForm component to pre-select a cryptocurrency on mount. Adjusted responsive layout and usability for various components including headers, modals, and navigation links. Ensured better user feedback and message clarity for login and registration processes.">
|
|
<option name="closed" value="true" />
|
|
<created>1732488612776</created>
|
|
<option name="number" value="00004" />
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1732488612776</updated>
|
|
</task>
|
|
<task id="LOCAL-00005" summary="Some ide config files and libs changes...">
|
|
<option name="closed" value="true" />
|
|
<created>1732647552711</created>
|
|
<option name="number" value="00005" />
|
|
<option name="presentableId" value="LOCAL-00005" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1732647552711</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="6" />
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
<option name="CHECK_NEW_TODO" value="false" />
|
|
<MESSAGE value="Remove IDE configuration files and add new selling feature Removed unnecessary IntelliJ IDEA (`.idea`) configuration files to clean up the repository. Added new sell-related functionality including the SellCryptoPage, SellModal, SellForm, and updated relevant types and UI components." />
|
|
<MESSAGE value="Enable user crypto amount selection and update deployment docs Added the ability to select user crypto amounts in the user service. Removed commented-out code in the offer controller for clarity. Updated the README with deployment and production instructions." />
|
|
<MESSAGE value="Fix offer retrieval method and add GDPR acknowledgment Return the result from `getOffersById` method to fix route handling. Add `id` field in offers selection query and introduce `gdpr_acknowledgement` to the user model and mock data for GDPR compliance." />
|
|
<MESSAGE value="Add defaultCryptoId prop to SellForm and enhance usability Introduced a new defaultCryptoId prop for the SellForm component to pre-select a cryptocurrency on mount. Adjusted responsive layout and usability for various components including headers, modals, and navigation links. Ensured better user feedback and message clarity for login and registration processes." />
|
|
<MESSAGE value="Some ide config files and libs changes..." />
|
|
<option name="LAST_COMMIT_MESSAGE" value="Some ide config files and libs changes..." />
|
|
</component>
|
|
</project> |