// Notes function ModuleNotes() { const [openNb, setOpenNb] = React.useState({nb1: true, nb2: false}); return (
N
Weekly Directorate Notes
Synced across devices · Encrypted at rest
{/* Tree */}
{IC.search}
Notebooks
{KS_DATA.notesTree.map(nb => (
{openNb[nb.id] && nb.children && (
{nb.children.map(c => ( ))}
)}
))}
Tags
{['#cabinet','#dpi','#budget','#committee','#urgent','#draft'].map(t => ( {t} ))}
{/* Editor */}
Directorate — Weekly #cabinet #dpi
Edited 12 min ago · 3 minor edits by you

Week of 06 Jul — DPI review

13 Jul 2026 · North Block · Room 301

Attendees

  • Shri P. Ramesh (JS, DIC) — chair
  • Shri S. Iyer (Director, MeitY)
  • Smt. K. Nair (Section Officer)
  • Karya AI (recording · transcribing)
{/* Audio note pill */}
Meeting recording · 42:18
Transcribed · OCR searchable · AI summary available
{Array.from({length:34}).map((_,i)=>{ const h = 4 + Math.abs(Math.sin(i*1.3))*16; return })}

Action items

{[ {done:true, who:'K. Nair', t:'Circulate revised §3.2 draft to Committee members by EOD Mon.'}, {done:true, who:'S. Iyer', t:'Cross-check financial impact figure with MoF-DEA.'}, {done:false, who:'AS (me)', t:'Draft Committee presentation — 5 slides max, plus appendix.'}, {done:false, who:'AS (me)', t:'RTI response 2026/RTI/0447 — due 18 Jul.'}, {done:false, who:'P. Ramesh', t:'Confirm date/time for follow-up on federation blueprint.'}, ].map((a, i) => (
{a.done && }
{a.t}
{a.who}
))}

Key discussion points

  1. Federation vs consolidation. Consensus that "federation" language is correct; states retain sovereign control of citizen datasets while opting into shared consent fabric.
  2. Compute allocation. C-DAC's proposal for Bhubaneswar DC needs an additional ₹ 1,120 crore — to be raised as a supplementary demand.
  3. DPDP §17 alignment. Consent Manager Rules (draft) reviewed. Publication targeted for 12 Jul (see Gazette 2026/EL/1129).

Sketch — federation topology

Fabric {[[60,30],[60,100],[340,30],[340,100]].map(([x,y],i)=>( State {i+1} ))}
Hand-drawn · converted to shapes by AI

Related

{[ {t:'Cabinet Note — DPI Roadmap', kind:'Word', c:'var(--mod-word)'}, {t:'FY 2026-27 Budget Estimates', kind:'Sheet', c:'var(--mod-sheets)'}, {t:'Gazette 2026/EL/1129', kind:'PDF', c:'var(--mod-pdf)'}, ].map(r => (
{r.t}
{r.kind}
))}
); } window.ModuleNotes = ModuleNotes;