-
Notifications
You must be signed in to change notification settings - Fork 1
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
Group, Groupmembership #11
Conversation
Ha VSCode-ot használsz, akkor a saját beállításaidnál be tudod állítani, hogy a mentésnél automatikusan sortolja az importokat a következő módon: {
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
},
} Vagy tudod futtatni a backend mappában a következő parancsot kiadva: npx eslint --fix Amennyiben nem értenéd: az npx parancs a node-al automatikusan jön és arra képes, hogy az adott mappa node moduljait futtasd anélkül, hogy globálisan telepítened kéne őket, a --fix pedig "endedélyt ad rá", hogy ne csak kiírja, hanem javítsa is a hibákat. U.i.: Ha az elsőt választod és be van kapcsolva az, hogy automatikusan mentse a fájlokat, ne CTRL+S-re, akkor nyomnod kell egy CTRL+S-t ahhoz, hogy rendezze az importokat. Valamint ez nem csak rendezi, hanem minden javítható hibát is javít és kitörli a nem használd importokat is. |
Köszi már be is állítottam :)) |
Emellett mi még teszteket nem tanultunk, ezt tényleg én nem mondtam el, de ugye a |
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.
Hagytam pár (9) kommentet a kódban, ősszességében ami a feladat volt azt nagyon jól megcsináltad, egy pár apróbb hibád van, amiket a kódba kommenteltem.
Szép munka!
Köszi! Amint lesz időm ránézek és kijavítom. |
Dolgoztam a group membership kezelésén, de az addMember metódust nem tudtam sehogy se működésre bírni. |
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.
Very nice job overall, only some minor remarks!👏
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.
👌
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.
Amúgy jó, legközelebb kérlek figyelj arra, hogy yarn
-t használunk, azaz yarn i
-val telepítünk, nem npm i
-vel és akkor nem lesz package-lock.json.
Issues #8 , #9
Szerintem megcsináltam mindent. Tesztelni sajnos nem tudtam, úgyhogy nem vagyok benne biztos, hogy minden úgy működik ahogyan kell.