Skip to content

1. Fix/status notes field #8

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

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

nothing628
Copy link

Apa saya yang diubah?

  • Penambahan enum ReminderStatus yang terdiri dari status OPEN dan CLOSE
  • Menambahkan file .gitignore untuk mencegah direktori node_modules dan vendor ter-commit
  • Menambahkan migrasi database untuk mengubah tipe data status_notes (Beresiko kehilangan data jika dijalankan pada database production)
  • Mengganti logic lama yang menggunakan field status_notes

closes #6

aspsptyd and others added 10 commits November 2, 2023 19:53
Develop v1.1 Rilis : Tambah modul / fitur Kelola Reminder kelola task dan notes
Update README lenkapi tutorial untuk Install App
Minor Update : Update sesuaikan dari v1.1
- menambahkan file .gitignore untuk mengabaikan folder node_modules & vendor
- menambahkan docker-compose untuk mempermudah deploy instance db baru
 tanpa menggangu db project lain
 - menambahkan pnpm-lock.yaml (pnpm lebih cepat soalnya dan bisa bekerja
   dengan npm)
- ubah tipe data `status_notes` jadi string
- menambahkan enum status
- ubah input `status_notes` menjadi selected option
- Mengubah penggunaan status 0 dan 1 menjadi OPEN dan CLOSE
@nothing628
Copy link
Author

Catatan : Penambahan file docker-compose.yml fungsinya untuk buat instance database baru ke docker. Buat saya lebih gampang aja jalanin perintah docker-compose up -d daripada harus klik2 untuk nambahin database baru. dan klo dah ga butuh tinggal di stop aja, jadi ga ngabisin ram.

@aspsptyd
Copy link
Collaborator

aspsptyd commented Nov 2, 2023

Bantu set label silahkan di sesuiakan improvement atau new feature dan projects-nya set ke Recompose Job sesuaikan juga statusnya To do, In progress atau Done 😎 biar lebih epic kita nge-devnya

Screenshot 2023-11-02 at 21 37 18

@aspsptyd
Copy link
Collaborator

aspsptyd commented Nov 2, 2023

Catatan : Penambahan file docker-compose.yml fungsinya untuk buat instance database baru ke docker. Buat saya lebih gampang aja jalanin perintah docker-compose up -d daripada harus klik2 untuk nambahin database baru. dan klo dah ga butuh tinggal di stop aja, jadi ga ngabisin ram.

Good, insight baru cuy, untuk next release di prepare aja kebutuhan setup-nya yang nanti di tambahkan ke README.md buat guidencenya 💪

@nothing628 nothing628 marked this pull request as draft November 3, 2023 00:09
@nothing628 nothing628 marked this pull request as ready for review November 3, 2023 00:11
@nothing628
Copy link
Author

nothing628 commented Nov 3, 2023

Ga muncul menu buat tambahin label nya, kayaknya cuma bisa nambahin pas pertama bikin pr.
Screenshot Capture - 2023-11-03 - 07-22-31

Klo mau ubah pas PR udah jadi, harus diinvite sebagai collaborator di setting projectnya

@aspsptyd
Copy link
Collaborator

aspsptyd commented Nov 7, 2023

Bro route targetnya bisa diarahin ke develop gak? nanti rencananya kita gabung di develop, kalo udah langsung kita merge ke v1.2 buat rilis yang baru @nothing628

@nothing628 nothing628 changed the base branch from master to develop November 8, 2023 16:28
@nothing628
Copy link
Author

oke dah gw ubah buat merge ke branch develop @aspsptyd

@aspsptyd
Copy link
Collaborator

aspsptyd commented Nov 9, 2023

oke dah gw ubah buat merge ke branch develop @aspsptyd

Ok thankyou bre

@nothing628
Copy link
Author

Ga di merge nih PR?

@aspsptyd
Copy link
Collaborator

Ga di merge nih PR?

Oh udah ni bre? gua kira masih lanjut, info aja ya klo udah

@nothing628
Copy link
Author

Udah itu, coba dimerge @aspsptyd

@aspsptyd
Copy link
Collaborator

Udah itu, coba dimerge @aspsptyd

Ok2, sory slow respon bre

@aspsptyd aspsptyd changed the title Fix/status notes field 1. Fix/status notes field Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Status Notes integer?
2 participants