Update IDE config and seed file with additional data
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.
This commit is contained in:
parent
ccbb1d749a
commit
7a27b3a5ae
22
.idea/workspace.xml
generated
22
.idea/workspace.xml
generated
@ -5,8 +5,8 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="fe5a67da-16c2-44c1-97cf-5ff76c380f48" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pnpm-lock.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pnpm-lock.yaml" afterDir="false" />
|
||||
<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" />
|
||||
@ -14,7 +14,7 @@
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../neptune-back" />
|
||||
</component>
|
||||
<component name="ProjectColorInfo">{
|
||||
"associatedIndex": 0
|
||||
@ -93,7 +93,8 @@
|
||||
<workItem from="1732268531361" duration="8833000" />
|
||||
<workItem from="1732453974909" duration="11758000" />
|
||||
<workItem from="1732526630314" duration="3449000" />
|
||||
<workItem from="1732646974158" duration="495000" />
|
||||
<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" />
|
||||
@ -127,7 +128,15 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1732488612776</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="5" />
|
||||
<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">
|
||||
@ -140,6 +149,7 @@
|
||||
<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." />
|
||||
<option name="LAST_COMMIT_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>
|
Loading…
x
Reference in New Issue
Block a user