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

SLein #10

Open
wants to merge 130 commits into
base: main
Choose a base branch
from
Open

SLein #10

wants to merge 130 commits into from

Conversation

yogiwijaya777
Copy link

No description provided.

Comment on lines +16 to +24
const filter = { total: req.query.total };
const options = {
take: req.query.take || 10,
page: req.query.page || 1,
sort: req.query.sort === 'latest' ? { date: 'desc' } : { date: 'asc' },
};

const orders = await orderService.queryOrders(filter, options);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice options filter, additional sorting gini lumayan kepake buat front end nyari data historical

Copy link
Contributor

@zexoverz zexoverz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OrderItem overall good, Testing juga rapih semua gua liat. paling ini aja Slein. cobain Expect yang lain selain test status API nya.
soalnya masih banyak Testcase selain check status , response. (ini epxlore kalo ada waktu aja).

Documentation well played, gua ga nyangka lu implement swagger juga di IS. point+ banget sih ini.

untung serve EJS + CSS di dalam IS point++ juga. gua appreciate lu explore nya udah jauh.

ready buat group project ini. keep the good work Slein

@zexoverz
Copy link
Contributor

Congrats Slein, selamat atas kelulusannya di phase 1 🔥 🔥 🔥
lu termasuk devil, soalnya bantai 5 week tepat waktu. Progress belajar juga lumayan cepet, keliatan antusias lu buat explore sesuatu. sayang aja final project kurang lancar jadi ngaruh juga di final report lu.

overall nilai lu di phase 1 ada di angka 80%, penilaian ini base on:
-Logic Handling
-Explore
-Question Ask
-Learn Speed
-Task Submit

Review:
untuk handling backend lu udah bagus, explore juga lumayan cepet progressnya.
Task submit aman semua, paling final projectnya aja sih kurang lancar. banyak kesalahan teknis diawal.
next time kalau group project fokus MVP dlu ya, baru additional feature yang lain. soalnya yang gua nilai flow app nya.
buat nambah wawasan lagi, di banyakin porto backend nya ya Slein. cobain template prisma gua, explore backend" complex kayak e-commerce atau ticketing online. dan jangan lupa logic jangan sampe lepas, kalo bisa setiap minggu ngerjain 3-5 soal logic.

untuk open gate phase 2 nanti di umumin jadwalnya, standby aja.
Untuk mengisi liburan , bisa explore backend lagi kalau tertarik mau jadi backend developer :
-Explore Payment Gateway (Stripe)
-Explore Cache (redis)
-Explore Microservice Architecture

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.

2 participants