-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
SLein #10
Conversation
Added MongoDB Completion
Starting Project fancy-todo-orm
Setting up Prisma
[27-01-2024]
[28-01-2024] user.testing completed
order fixture and post first test
order test complete
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); | ||
|
There was a problem hiding this comment.
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
There was a problem hiding this 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
Congrats Slein, selamat atas kelulusannya di phase 1 🔥 🔥 🔥 overall nilai lu di phase 1 ada di angka 80%, penilaian ini base on: Review: untuk open gate phase 2 nanti di umumin jadwalnya, standby aja. |
No description provided.