Skip to content

Commit

Permalink
chore: add inline todos
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jul 4, 2020
1 parent 5c2a9cb commit 480eb2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,8 @@ export const seedEventQuestions = (done) => {
export const seedAdministrativeAreas = (done) => {
// TODO: seed per hierarchy
// TODO: domain === hierarchy
// TODO: level === hierarchy
// TODO: support parent on object id generation
debug('Start Seeding Administrative Areas Data');

// const modelName = MODEL_NAME_PREDEFINE;
Expand Down Expand Up @@ -2623,6 +2625,7 @@ export const seedFocals = (done) => {
export const seedFeatures = (done) => {
// TODO: seed per feature type i.e hospitals, buildings etc
// TODO: support seed per domain
// TODO: support seed per type
debug('Start Seeding Features Data');

// const modelName = MODEL_NAME_PREDEFINE;
Expand Down

0 comments on commit 480eb2c

Please sign in to comment.