@anjisvj Could you please start working on displaying categories on the page?
Use this mock API:
http://www.mocky.io/v2/5ecf65083200002c00e3d139
@anjisvj Could you please start working on displaying categories on the page?
Use this mock API:
http://www.mocky.io/v2/5ecf65083200002c00e3d139
sure I’m working on this.
I’m planning on working “creating a view for item”. Let me get this clear. When someone clicks the “Teachers” category they will redirect to a new page which is a new scene
as for the file structure and the new page will be like the 2nd sketch right?
So my task is to create that page using the payload. Correct me if I’m wrong
Yeah, @anjisvj. It’s a new scene.
Use this URL structure: /academix/:categoryId/:categoryName/:subCategoryId/:subCategoryName
(or any appropriate one) we can change this later.
Display the subcategory name on the top the page
Hi all,
We’ve created a time-line for academix project. Feel free to edit changes. Thank you
This is quite comprehensive @Gimhan_minion! Can’t wait to see AcadeMiX go live.
Hello frontend,
Here are the payloads of the category, subcategory by category and, item by subcategory retrieval endpoints.
[
{
"translations": [
{
"name": "Teacher",
"language": "en-un"
},
{
"name": "ගුරුවරුන්",
"language": "sin"
}
],
"id": 1
}
]
[
{
"translations": [
{
"name": "ගණිතය ",
"language": "sin"
},
{
"name": "Maths",
"language": "en-un"
}
],
"id": 1
}
]
{
"content": [
{
"translations": [
{
"description": "ලොරේම් ඉප්සුම් ඩොලෝර් සිට් අමෙට්",
"name": "ත්රිකෝණමිතිය",
"language": "sin"
},
{
"description": "Lorem ipsum dolor sit amet",
"name": "Trigonometry",
"language": "en-un"
}
],
"link": "l",
"id": 1
},
{
"translations": [
{
"description": "ලොරේම් ඉප්සුම් ඩොලෝර් සිට් අමෙට්",
"name": "කැල්කියුලස්",
"language": "sin"
},
{
"description": "Lorem ipsum dolor sit amet",
"name": "Calculas",
"language": "en-un"
}
],
"link": "l",
"id": 2
}
],
"pageable": {
"sort": {
"sorted": false,
"unsorted": true,
"empty": true
},
"pageNumber": 0,
"pageSize": 5,
"offset": 0,
"paged": true,
"unpaged": false
},
"last": true,
"totalPages": 1,
"totalElements": 2,
"first": true,
"sort": {
"sorted": false,
"unsorted": true,
"empty": true
},
"numberOfElements": 2,
"size": 5,
"number": 0,
"empty": false
}
Bit similar to AcadeMix but in a different domain. https://www.saasframe.io/
@anjisvj,
You can use Antd’s list component to display items. (paginations are available)
https://ant.design/components/list/
Unexpectedly we are kinda behind the schedule in Academix Project. But we’ll try our best to finish it on 7th of June as mentioned. @Gravewalker won’t be available this week therefore we gonna need someone to do his task. (Create a list for sub-categories). Since @piumal1999 working on the new 2 API’s @anjisvj can you help with this after finishing your current task? If possible please update the thread. Thank you!
Here’s the pull request on “Creating a view for items”. Now I’ll start working on displaying subcategories.
Here’s the link for code review at 4.00pm today.
Here’s the summary for the code review: Create a view for items
Attendees:
@jaye
@Gimhan_minion
@piumal1999
Notes:
Problems
Solutions
Discussions
Next Steps:
Thank you @anjisvj for working so hard for the Academix project. I’ll assign you in the timeline. How much time do you need to finish @Gravewalker’s task? Feel free to update the timeline.
I will finish this tomorrow. @Gimhan_minion
Thank you boys for keeping at it
Attendees:
@jaye
@Gimhan_minion
@YohanAvishke
@Gravewalker
Notes:
Suggestions
Issues fixed
For inspiration : https://untools.co/
This is very cool! I like that you can filter by topic!