From 7fdd5c61f0047bac315f7a9962c801163e5bd9be Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Thu, 28 Aug 2025 08:11:20 +0700 Subject: [PATCH 1/2] chore: modified gitignore and readme --- .gitignore | 147 ++++++----------------------------------------------- README.md | 6 ++- 2 files changed, 21 insertions(+), 132 deletions(-) diff --git a/.gitignore b/.gitignore index 9a5acedf..4a7f73a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,139 +1,24 @@ +# Nuxt dev/build outputs +.output +.data +.nuxt +.nitro +.cache +dist + +# Node dependencies +node_modules + # Logs logs *.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json +# Misc +.DS_Store +.fleet +.idea -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional stylelint cache -.stylelintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variable files +# Local env files .env .env.* !.env.example - -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache - -# Next.js build output -.next -out - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# vuepress v2.x temp and cache directory -.temp -.cache - -# Sveltekit cache directory -.svelte-kit/ - -# vitepress build output -**/.vitepress/dist - -# vitepress cache directory -**/.vitepress/cache - -# Docusaurus cache and generated files -.docusaurus - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# Firebase cache directory -.firebase/ - -# TernJS port file -.tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -# yarn v3 -.pnp.* -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/sdks -!.yarn/versions - -# Vite logs files -vite.config.js.timestamp-* -vite.config.ts.timestamp-* diff --git a/README.md b/README.md index 61992650..078e8c9a 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# simrs-fe \ No newline at end of file +# SIMRS - FE + +RSSA - Front End + +If you see this, the development is still not merged yet. Please check another branch. From 19c0966deed37e0b07096878c03a9a782ed63d59 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 17 Sep 2025 00:52:01 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20feat=20(specialist-intern):=20a?= =?UTF-8?q?dd=20specialist=20intern=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/specialist-intern/entry-form.vue | 105 ++++++++++++++++++ .../content/specialist-intern/entry.vue | 49 ++++++++ .../content/specialist-intern/list.vue | 63 +++++++++++ .../human-src/specialist-intern/add.vue | 41 +++++++ .../human-src/specialist-intern/index.vue | 40 +++++++ 5 files changed, 298 insertions(+) create mode 100644 app/components/app/specialist-intern/entry-form.vue create mode 100644 app/components/content/specialist-intern/entry.vue create mode 100644 app/components/content/specialist-intern/list.vue create mode 100644 app/pages/(features)/human-src/specialist-intern/add.vue create mode 100644 app/pages/(features)/human-src/specialist-intern/index.vue diff --git a/app/components/app/specialist-intern/entry-form.vue b/app/components/app/specialist-intern/entry-form.vue new file mode 100644 index 00000000..632e415c --- /dev/null +++ b/app/components/app/specialist-intern/entry-form.vue @@ -0,0 +1,105 @@ + + + diff --git a/app/components/content/specialist-intern/entry.vue b/app/components/content/specialist-intern/entry.vue new file mode 100644 index 00000000..7fa6a0b6 --- /dev/null +++ b/app/components/content/specialist-intern/entry.vue @@ -0,0 +1,49 @@ + + + diff --git a/app/components/content/specialist-intern/list.vue b/app/components/content/specialist-intern/list.vue new file mode 100644 index 00000000..f7a6f951 --- /dev/null +++ b/app/components/content/specialist-intern/list.vue @@ -0,0 +1,63 @@ + + + diff --git a/app/pages/(features)/human-src/specialist-intern/add.vue b/app/pages/(features)/human-src/specialist-intern/add.vue new file mode 100644 index 00000000..43a1b1da --- /dev/null +++ b/app/pages/(features)/human-src/specialist-intern/add.vue @@ -0,0 +1,41 @@ + + + diff --git a/app/pages/(features)/human-src/specialist-intern/index.vue b/app/pages/(features)/human-src/specialist-intern/index.vue new file mode 100644 index 00000000..1d8132b3 --- /dev/null +++ b/app/pages/(features)/human-src/specialist-intern/index.vue @@ -0,0 +1,40 @@ + + +