Open weiquu opened 1 year ago
Hi! I would like to take this issue as a first-time contributor.
Hi @Sho-Shoo, we normally recommend issues tagged with good first issue
for first-time contributors. However, if you're confident of tackling this issue, you can go ahead and submit a PR for it (:
@weiquu Can you please describe the issue once again, I can work on this issue. One more thing what does sortable-table
component do?
Hi @mud1tx, you can find the sortable-table
component files and look through them to see what they do and how they do it. As an overview, the sortable-table
component, as the name suggests, is a sortable table. Do let me know if you run into any specific issues, and also detail your understanding and what you've tried so that I can better assist.
Hi @mud1tx, you can find the
sortable-table
component files and look through them to see what they do and how they do it. As an overview, thesortable-table
component, as the name suggests, is a sortable table. Do let me know if you run into any specific issues, and also detail your understanding and what you've tried so that I can better assist.
I will try working on it today and let you know about it.
Hello! I will like to try refactoring the sessions table component. Is that okay?
@Zxun2 Hello! Feel free to submit a PR 👍🏻
Hi, I'll be taking up the Instructor courses page. Hope that's okay?
Hi, I'll be taking up the Instructor courses page. Hope that's okay?
Sure, do note the changes to the sortable-table
component that was introduced in #12501
Helllo, could I work on the student list component?
Helllo, could I work on the student list component?
Sure thing @domoberzin :) Do note the changes introduced by #12501
Hi Guys!! Letting you know I am working on refactoring notification tables 🙂.
Hi, just checking if this issue should be re-opened? Because the remaining subtasks have not yet been completed for the other pages
Thanks @domoberzin! Good catch
Hey I would like to work on this refactoring Issue as a first time contributor I am an ANU student and as part of coursework we were assigned as a team to contribute to open source projects issues like this one I noticed this issue had a help wanted and has been stale for a while
Could I be assigned to work on it? Cheers Madhav Krishnan
Sortable tables are used in several pages, but a fair number of them don't make use of the
sortable-table
component. Searchingsortable
amongst.html
files should bring up these 10 (unlikely to be more, but best to do a more thorough search):It would be good to refactor the above components to make use of the
sortable-table
component to avoid duplication. Some other components, like the contribution question statistics component and the MCQ question statistic component, already make use of that component, so they can be referenced.