Calendar is shown

This commit is contained in:
2024-08-24 07:06:09 +02:00
parent e0d9d3a6b9
commit dfaf7dc870
20 changed files with 129 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="RM-241.19072.21">
<component name="dataSourceStorageLocal" created-in="RM-242.20224.338">
<data-source name="terminator: development" uuid="ce60eea1-83d5-4fbb-b43b-1f9f5b2dec38">
<database-info product="" version="" jdbc-version="" driver-name="" driver-version="" dbms="SQLITE" />
<auth-provider>no-auth</auth-provider>

3
.idea/terminator.iml generated
View File

@@ -35,6 +35,7 @@
<orderEntry type="library" scope="PROVIDED" name="actionpack (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="actiontext (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="actionview (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="active_model_serializers (v0.10.14, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="activejob (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="activemodel (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="activerecord (v7.1.3.3, RVM: ruby-3.2.4) [gem]" level="application" />
@@ -49,6 +50,7 @@
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.4, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.4.19, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="capybara (v3.40.0, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="case_transform (v0.2, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.2.3, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.4.1, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, RVM: ruby-3.2.4) [gem]" level="application" />
@@ -62,6 +64,7 @@
<orderEntry type="library" scope="PROVIDED" name="io-console (v0.7.2, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="irb (v1.13.1, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="jbuilder (v2.12.0, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="jsonapi-renderer (v0.2.2, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="loofah (v2.22.0, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="mail (v2.8.1, RVM: ruby-3.2.4) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="marcel (v1.0.4, RVM: ruby-3.2.4) [gem]" level="application" />

81
.idea/workspace.xml generated
View File

@@ -5,44 +5,24 @@
</component>
<component name="ChangeListManager">
<list default="true" id="4396ea83-1b77-4c6e-9398-0afe5751bc17" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/app/assets/stylesheets/reservations.tailwind.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/terminator.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/terminator.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Gemfile" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/assets/config/manifest.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/config/manifest.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/assets/javascripts/application.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/assets/javascripts/toastui-calendar.min.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/assets/stylesheets/application.tailwind.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/assets/stylesheets/application.tailwind.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/assets/stylesheets/toastui-calendar.min.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/controllers/places_controller.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/controllers/reservations_controller.rb" beforeDir="false" afterPath="$PROJECT_DIR$/app/controllers/reservations_controller.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/helpers/places_helper.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/javascript/application.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/javascript/application.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/javascript/controllers/application.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/javascript/controllers/application.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/javascript/controllers/hello_controller.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/models/company.rb" beforeDir="false" afterPath="$PROJECT_DIR$/app/models/company.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/models/place.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/controllers/teams_controller.rb" beforeDir="false" afterPath="$PROJECT_DIR$/app/controllers/teams_controller.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/javascript/controllers/main_calendar_controller.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/javascript/controllers/main_calendar_controller.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/models/reservation.rb" beforeDir="false" afterPath="$PROJECT_DIR$/app/models/reservation.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/models/team.rb" beforeDir="false" afterPath="$PROJECT_DIR$/app/models/team.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/layouts/application.html.erb" beforeDir="false" afterPath="$PROJECT_DIR$/app/views/layouts/application.html.erb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/_form.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/_place.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/_place.json.jbuilder" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/edit.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/index.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/index.json.jbuilder" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/new.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/show.html.erb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/places/show.json.jbuilder" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/reservations/_form.html.erb" beforeDir="false" afterPath="$PROJECT_DIR$/app/views/reservations/_form.html.erb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/reservations/_reservation.html.erb" beforeDir="false" afterPath="$PROJECT_DIR$/app/views/reservations/_reservation.html.erb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/reservations/index.html.erb" beforeDir="false" afterPath="$PROJECT_DIR$/app/views/reservations/index.html.erb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/importmap.rb" beforeDir="false" afterPath="$PROJECT_DIR$/config/importmap.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/initializers/content_security_policy.rb" beforeDir="false" afterPath="$PROJECT_DIR$/config/initializers/content_security_policy.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config/routes.rb" beforeDir="false" afterPath="$PROJECT_DIR$/config/routes.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/db/migrate/20240804060103_create_places.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/views/teams/_form.html.erb" beforeDir="false" afterPath="$PROJECT_DIR$/app/views/teams/_form.html.erb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/db/migrate/20240810054948_create_teams.rb" beforeDir="false" afterPath="$PROJECT_DIR$/db/migrate/20240810054948_create_teams.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/db/schema.rb" beforeDir="false" afterPath="$PROJECT_DIR$/db/schema.rb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/controllers/places_controller_test.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/test/fixtures/places.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/test/models/place_test.rb" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/test/system/places_test.rb" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -77,24 +57,25 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
"Rails.terminator.executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"last_opened_file_path": "/home/hamo/projects/kbr4/terminator/app/views/layouts",
"list.type.of.created.stylesheet": "CSS",
"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": "npm",
"ruby.structure.view.model.defaults.configured": "true",
"settings.editor.selected.configurable": "org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable",
"vue.rearranger.settings.migration": "true"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,
&quot;ASKED_SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;Rails.terminator.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/hamo/projects/kbr4/terminator/app/views/layouts&quot;,
&quot;list.type.of.created.stylesheet&quot;: &quot;CSS&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;ruby.structure.view.model.defaults.configured&quot;: &quot;true&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
}
}]]></component>
}</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/app/views/layouts" />
@@ -186,7 +167,7 @@
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-RM-241.19072.21" />
<option value="bundled-js-predefined-d6986cc7102b-410509235cf1-JavaScript-RM-242.20224.338" />
</set>
</attachedChunks>
</component>
@@ -209,7 +190,9 @@
<workItem from="1722663174775" duration="24000" />
<workItem from="1722663205967" duration="8991000" />
<workItem from="1722916917136" duration="11564000" />
<workItem from="1723264782460" duration="19165000" />
<workItem from="1723264782460" duration="22567000" />
<workItem from="1723563784398" duration="15000" />
<workItem from="1723887734623" duration="12035000" />
</task>
<servers />
</component>
@@ -217,6 +200,6 @@
<option name="version" value="3" />
</component>
<component name="com.intellij.coverage.CoverageDataManagerImpl">
<SUITE FILE_PATH="coverage/terminator@terminator.rcov" NAME="terminator Coverage Results" MODIFIED="1722664264870" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="terminator" />
<SUITE FILE_PATH="coverage/terminator@terminator.rcov" NAME="terminator Coverage Results" MODIFIED="1724021198613" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="terminator" />
</component>
</project>