Learn
- JavaScript, FCC
- CSS, FCC
- Clean Code, YouTube
Learning progress
- Finished 80% of Java Algorithm and Data Structure Certification.
Todo
- Finish no ability to remove file attributes #457
Done
- Follow up PR Pagination #495
- Update the
pressEnterKey
to detectEnterKeyPress
- Clean up the
dataset-view.feature
- For PR Delete button #503
- Create
actionDeleteAttr
in the controller class
for the delete function
- Create a
Delete
button in the _form file
of view class
that calls js-delete
function
- Create a
js-delete
function that calls action deleteAttr
and add window.location.reload()
to refresh the page after delete
- Try to finish the
behat test
- Update browser to
chrome
in behat.yml
and docker-compose.yml
Problem
- Behat test configuration
- Cannot pass the step
I sign in as an admin
, but it could be passed in Peter’s branch.
Reference