Skip to content

Instantly share code, notes, and snippets.

View aspsptyd's full-sized avatar
📫
Potiusque sero quam nunquam [Liv. 4 2 11]

Asep Septiadi aspsptyd

📫
Potiusque sero quam nunquam [Liv. 4 2 11]
View GitHub Profile
@aspsptyd
aspsptyd / app_sneat.blade.php
Last active January 15, 2023 22:45
Tampilan Dashboard Aplikasi dengan Modifikasi Menu yang sudah di Minimalis
<!DOCTYPE html>
<!-- =========================================================
* Sneat - Bootstrap 5 HTML Admin Template - Pro | v1.0.0
==============================================================
* Product Page: https://themeselection.com/products/sneat-bootstrap-html-admin-template/
* Created by: ThemeSelection
* License: You must have a valid license purchased in order to legally use the theme for your project.
* Copyright ThemeSelection (https://themeselection.com)
@aspsptyd
aspsptyd / user_index.blade.php
Created January 15, 2023 22:01
Penambahan tombol edit dan delete pada line 32 - 42
@extends('layouts.app_sneat')
@section('content')
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card">
<h5 class="card-header">Data User</h5>
<div class="card-body">
<a href="{{ route('user.create') }}" class="btn btn-primary btn-sm">Tambah Data</a>
@aspsptyd
aspsptyd / UserController.php
Created January 15, 2023 22:18
Menambahkan fungsi edit dan delete
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Models\User as Model;
class UserController extends Controller
{
private $viewIndex = 'user_index';
@aspsptyd
aspsptyd / .gitignore
Last active July 20, 2023 15:36
Git Ignore Terintegrasi App
# USAHAKAN KETIKA MENAMBAHKAN GITIGNORE PADA SAAT SEBELUM GIT INIT
# FOLDERS
/vendor
/tests
/node_modules
# FILES
.env.example
composer.lock
@aspsptyd
aspsptyd / dashboard.json
Last active January 19, 2024 06:53
Response Dashboard JSON
{
"code": 200,
"version_app": "v3.1",
"api_version": "20240115.1",
"profile_info": {
"nrp": "83293934",
"nama": "Asep Septiadi",
"no_telp": "0836288329399",
"license_user": "3332-9993-2222-3311",
"set_shift_user": "Shift 1"
@aspsptyd
aspsptyd / response.json
Created January 20, 2024 11:11
Respon FTW
LOG {
"app_version": "v3.1",
"build": "20240120.1",
"status": "Develop Gen 4",
"id_user_fitbit": "BSQQPG",
"id_shift": 147,
"nama_shift": "Shift 1",
"rawGetSleep": {
"response_code": 200,
"status": "berhasil",
@aspsptyd
aspsptyd / dashboard.json
Created January 20, 2024 23:00
Request FTW without FTW Form
LOG {
"app_version": "v3.1",
"build": "20240120.1",
"status": "Develop Gen 4",
"id_user_fitbit": "BSQQPG",
"id_shift": 147,
"nama_shift": "Shift 1",
"rawGetSleep": {
"response_code": 200,
"status": "berhasil",
@aspsptyd
aspsptyd / performance.json
Created January 20, 2024 23:07
Tambah Objek perform_akun untuk akun terkait
{
"response_code": 200,
"msg": "berhasil",
"perform_akun": {
"nama": "Valdi",
"ranking": "1",
"durasi": 151
},
"data": [
{
@aspsptyd
aspsptyd / respon-check.json
Created January 21, 2024 03:34
Check Respon
LOG {
"request_all": {
"app_version": "v3.1",
"build": "20240120.1",
"status": "Develop Gen 4",
"id_user_fitbit": "BSQQPG",
"id_shift": 147,
"nama_shift": "Shift 1",
"rawGetSleep": {
"response_code": 200,
LOG {
"request_all": {
"app_version": "v3.1",
"build": "202401201",
"status": "Develop Gen 4",
"id_user_fitbit": "BSQQPG",
"id_shift": 147,
"nama_shift": "Shift 1",
"rawGetSleep": {
"response_code": 200,