1. Drupal 10 backend
  2. Backport of DKAN2 to Drupal content type, entities, fields and taxonomy references to make things easier.
  3. Content structure
    1. Dataset
      1. Fields
        1. Title
        2. Description
        3. Tag
        4. All vocabularies(Listed Below)
        5. Distribution which is nothing but set of resoruces(files)
  4. Vocabularies
    1. Department
    2. Sectors
    3. Locations
      1. LGD
    4. SDG - Goals
    5. SDG - Targets
    6. SDG - Indicators
    7. LIF
    8. SIF
      1. state wise
    9. DIF
      1. district wise
    10. Numerators and Denominators
  5. Import of files
    1. Use the PHP libraries from DKAN
    2. Look at how the tables are created. one for dataset or one for resource?
    3. Look at how we can merge the tables in a single dataset(low priority)
  6. Merging of different datasets
    1. Look at how we can join different datasets based on the common fields since all of these are just tables.
  7. Getting the search working
  8. Getting the logins working
  9. Get a frontend that is simple and similar to https://data.telangana.gov.in/ for now.
  10. Visualisation of the datasets. Check what is used in NDAP
  11. Go through the videos in https://ndap.niti.gov.in/help

Referenced in:

All notes