Skip to content

Ability to get data of multiple institutes #5

@lablnet

Description

@lablnet

Ability to get data of multiple institutes

It's a bit tricky, but i have the following approach in my mind.
We create, json file that will define structure of university data what we want to get.
url, field blah blah , so demonstration here is look of sample

{
  "riphah": {
    "url" : "https://riphah.edu.pk",
    "facilities": {
      "computing": {
        "end": "/faculty/ict-computing",
        "members" : {
          "end": "/faculty-members"
        }
      }
    }
  }
}

and every data will be saved in json file, on university name we create directory, and all data will be under data directry,

@usman-naeem
what do you think?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions