<?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="b729e076-3c33-49b4-9d1d-ab622bea054d" name="Changes" comment="WishListPage and OfferPage service done. Now move to backend service."> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/OfferPage.vue" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/OfferPage.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/WishlistPage.vue" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/components/WishlistPage.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/OfferPageService.ts" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/OfferPageService.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/ServerHttpService.ts" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/ServerHttpService.ts" afterDir="false" /> <change beforePath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/WishlistService.ts" beforeDir="false" afterPath="$PROJECT_DIR$/FrontendFolder/switch-room/src/services/WishlistService.ts" 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="ExternalProjectsData"> <projectState path="$PROJECT_DIR$/BackendFolder/SwitchRoom"> <ProjectState /> </projectState> </component> <component name="ExternalProjectsManager"> <system id="GRADLE"> <state> <projects_view> <tree_state> <expand /> <select /> </tree_state> </projects_view> </state> </system> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="Vue Single File Component" /> </list> </option> </component> <component name="Git.Settings"> <option name="RECENT_BRANCH_BY_REPOSITORY"> <map> <entry key="$PROJECT_DIR$" value="FlightTicket" /> </map> </option> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="JpbToolWindowState"> <option name="myId2FirstActivated"> <map> <entry key="com.haulmont.jpb.jpaStructure" value="true" /> </map> </option> <option name="myId2Visible"> <map> <entry key="com.haulmont.jpb.jpaStructure" value="false" /> </map> </option> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="ProjectId" id="2GJVwSZMPKX1yHQnDB4Be3ZYhAP" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent">{ "keyToString": { "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "WebServerToolWindowFactoryState": "false", "last_opened_file_path": "D:/Code/switchroom", "node.js.detected.package.eslint": "true", "node.js.detected.package.standard": "true", "node.js.detected.package.tslint": "true", "node.js.selected.package.eslint": "(autodetect)", "node.js.selected.package.standard": "", "node.js.selected.package.tslint": "(autodetect)", "nodejs_package_manager_path": "npm", "settings.editor.selected.configurable": "settings.javascript.linters.eslint", "spring.configuration.checksum": "99fec119d6b1e29fa348378304c6feac", "ts.external.directory.path": "D:\\Code\\switchroom\\FrontendFolder\\switch-room\\node_modules\\typescript\\lib", "vue.rearranger.settings.migration": "true" } }</component> <component name="RunManager"> <configuration name="SwitchRoomApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> <module name="SwitchRoom.main" /> <option name="SPRING_BOOT_MAIN_CLASS" value="vt.CS5934.SwitchRoom.SwitchRoomApplication" /> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> </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="b729e076-3c33-49b4-9d1d-ab622bea054d" name="Changes" comment="" /> <created>1666106914172</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1666106914172</updated> <workItem from="1666119986712" duration="11363000" /> </task> <task id="LOCAL-00001" summary="OfferPage.vue Done, starting WishListPage.vue"> <created>1666204743977</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1666204743977</updated> </task> <task id="LOCAL-00002" summary="WishListPage router done"> <created>1666205293096</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1666205293096</updated> </task> <task id="LOCAL-00003" summary="WishListPage side list UI done"> <created>1666212401922</created> <option name="number" value="00003" /> <option name="presentableId" value="LOCAL-00003" /> <option name="project" value="LOCAL" /> <updated>1666212401922</updated> </task> <task id="LOCAL-00004" summary="WishListPage whole UI done."> <created>1666221207173</created> <option name="number" value="00004" /> <option name="presentableId" value="LOCAL-00004" /> <option name="project" value="LOCAL" /> <updated>1666221207173</updated> </task> <task id="LOCAL-00005" summary="WishListPage whole UI done."> <created>1666222640794</created> <option name="number" value="00005" /> <option name="presentableId" value="LOCAL-00005" /> <option name="project" value="LOCAL" /> <updated>1666222640794</updated> </task> <task id="LOCAL-00006" summary="WishListPage and OfferPage UI done. But ref<FormInstance> has problem, need to check."> <created>1666242778588</created> <option name="number" value="00006" /> <option name="presentableId" value="LOCAL-00006" /> <option name="project" value="LOCAL" /> <updated>1666242778588</updated> </task> <option name="localTasksCounter" value="7" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="3" /> </component> <component name="UnknownFeatures"> <option featureType="dependencySupport" implementationName="java:jakarta.persistence:jakarta.persistence-api" /> <option featureType="dependencySupport" implementationName="java:org.hibernate:hibernate-core" /> </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="Half done on offer page (Front)" /> <MESSAGE value="OfferPage.vue Done" /> <MESSAGE value="OfferPage.vue Done, starting WishListPage.vue" /> <MESSAGE value="WishListPage router done" /> <MESSAGE value="WishListPage side list UI done" /> <MESSAGE value="WishListPage whole UI done." /> <MESSAGE value="WishListPage and OfferPage UI done. But ref<FormInstance> has problem, need to check." /> <MESSAGE value="WishListPage and OfferPage service done. Now move to backend service." /> <option name="LAST_COMMIT_MESSAGE" value="WishListPage and OfferPage service done. Now move to backend service." /> </component> <component name="XSLT-Support.FileAssociations.UIState"> <expand /> <select /> </component> </project>