Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salwa Az-Zahra Munir #38

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
8045aca
initial commit
salwazahramunir Aug 17, 2022
717035f
login feature done
salwazahramunir Aug 17, 2022
808b41a
Merge pull request #1 from salwazahramunir/client-admin
salwazahramunir Aug 17, 2022
ea7dc0c
Merge pull request #2 from salwazahramunir/login-feature
salwazahramunir Aug 17, 2022
d3f0100
read all brand done
salwazahramunir Aug 17, 2022
03fddd8
create brand done
salwazahramunir Aug 17, 2022
d1b18ef
update brand done
salwazahramunir Aug 17, 2022
c640461
delete brand done
salwazahramunir Aug 17, 2022
93c7ca9
show brand done
salwazahramunir Aug 17, 2022
a378bde
Merge pull request #3 from salwazahramunir/crud-brand-feature
salwazahramunir Aug 17, 2022
da440cb
read all product done
salwazahramunir Aug 17, 2022
115ec82
add product done
salwazahramunir Aug 17, 2022
fa7b5bf
update product done
salwazahramunir Aug 18, 2022
0e61701
delete product done
salwazahramunir Aug 18, 2022
fb371ef
show product done
salwazahramunir Aug 18, 2022
3cdaf83
Merge pull request #5 from salwazahramunir/crud-product-feature
salwazahramunir Aug 18, 2022
aab1bda
read all user done
salwazahramunir Aug 18, 2022
4960aef
add user done
salwazahramunir Aug 18, 2022
179b34f
update user done
salwazahramunir Aug 18, 2022
006e3a9
delete user done
salwazahramunir Aug 18, 2022
14e8241
show user done
salwazahramunir Aug 18, 2022
a37abd3
Merge pull request #6 from salwazahramunir/crud-user-feature
salwazahramunir Aug 18, 2022
a2a8be4
change detail product
salwazahramunir Aug 18, 2022
4167f73
Merge pull request #7 from salwazahramunir/crud-product-feature
salwazahramunir Aug 18, 2022
5713b3a
create dashboard page
salwazahramunir Aug 18, 2022
a1dea0f
Merge pull request #8 from salwazahramunir/dashboard-feature
salwazahramunir Aug 18, 2022
ed1532d
create loading
salwazahramunir Aug 18, 2022
d8cea11
Merge pull request #9 from salwazahramunir/crud-brand-feature
salwazahramunir Aug 18, 2022
56d4cd6
create loading
salwazahramunir Aug 18, 2022
cae493b
create loading
salwazahramunir Aug 18, 2022
fc15eb8
Merge pull request #10 from salwazahramunir/crud-product-feature
salwazahramunir Aug 18, 2022
23382db
create loading page
salwazahramunir Aug 18, 2022
94d575f
Merge pull request #11 from salwazahramunir/crud-user-feature
salwazahramunir Aug 18, 2022
2f0db7b
change desain form
salwazahramunir Aug 18, 2022
463ecf4
Merge branch 'client-admin' of https://github.com/salwazahramunir/p2-…
salwazahramunir Aug 18, 2022
d49d161
change desain form
salwazahramunir Aug 18, 2022
eb380e3
change desain button form
salwazahramunir Aug 18, 2022
08a3105
handle logout
salwazahramunir Aug 18, 2022
882054d
Merge pull request #4 from salwazahramunir/client-admin
salwazahramunir Aug 18, 2022
07da552
Deploy V1
salwazahramunir Aug 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions client-admin/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
"root": true,
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-prettier"
],
"parserOptions": {
"ecmaVersion": "latest"
}
}
5 changes: 5 additions & 0 deletions client-admin/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
index.html,1660798004726,691107df99259211915dd4e6e2ba5eedcbcbdb38c4c47e049972d1a73f5fdbfc
favicon.ico,1660795674411,d5451f0f0f0bcbcd433bbdf4f6e7e5d89d8ecce2650649e969ccb5e5cd499ab2
assets/logo.0d8a877f.png,1660798004726,ee9b3e03ed76a65b6de0b4e307e6e11dea1a2f2d9f07314e55e2eb9cac81fa95
assets/index.306f04d5.css,1660798004726,466112e99e9796ff958e3746fe555fdaa4513ac0a651498108be07a753c2469e
assets/index.041d6589.js,1660798004726,ca931f5869f1b55eb4c633570f5264bc8d40dd959e7ce95c62fdf31c90ed31ed
5 changes: 5 additions & 0 deletions client-admin/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "p2-individual-project-beauty8"
}
}
28 changes: 28 additions & 0 deletions client-admin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions client-admin/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}
35 changes: 35 additions & 0 deletions client-admin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# client-admin

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
16 changes: 16 additions & 0 deletions client-admin/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
18 changes: 18 additions & 0 deletions client-admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/dbae32b024.js" crossorigin="anonymous"></script>

<title>Beauty8</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>

</html>
Loading