Using Someone Else's Project - the eternal CRUD'ee question

I recently posted about boundaries as I am updating an organization’s website to link to observations within a boundary. Some of what we are trying to do has been done by other contributors through other projects.

A project is much better than simply returning a observation-boundary, but I am concerned about a CRUD’ee future. CRUD of course if Create, Read, Update, and Delete. So, some CRUD’ee questions about whether to use a boundary (which seems to be pretty enduring) or a project (which might be more ephemeral).

BACKGROUND

Organization: Stewards of Alberta’s Projected Areas of Alberta (sapaastewards.com).

Scope of Work: 248 individual sites of Crownland spread over about 500 individual parcels.

Business Problem: Of the 248 sites, about half have been created already.

CREATE -Questions

  1. Can we, en masse, be added as a curator for the areas for which we have interest?
  2. Can you create a project and not be a curator?
  3. How do you know if a project is a Collection or Traditional?
  4. Were all Traditional projects migrated to a Collection, do I need to be concerned whether a project is Traditional or not?
  5. Should my organization create an Umbrella project of our own and pre-existing projects notwithstanding the following questions?
  6. Can projects be copied as the starting point for our own purposes?
  7. Given that we are taking a holistic approach, should we re-create the existing Natural Areas and add the missing sites?

READ - Questions

  1. Is the project link enduring? If the ABC project becomes the DEF project, will the link change?

UPDATE - Question

  1. Who can post to the project journal, only the curator?
  2. If the curator changes some feature of the project, e.g. expand/contract the boundary or focus, can different versions of the project be maintained?
  3. While observations come into a project automatically, can a non-curator reference other information such as dumping, human disturbances, resource extraction applications, etc.? [this question is relevant to the boundary option as well].
  4. Can curator ownership be transferred to another member?
  5. Should our organization join each of the projects managed by someone else?

DELETE - Questions

  1. A curator can delete a project, is there a notification process for both project-members or a flag for ‘project of interest’ to our organization?
  2. Can deleted projects be recovered and transferred to a new curator?

I know this is a lot of questions but I only want to update the website once. Please be gentle, I am an iNaturalist neophyte and a volunteer webmaster.

1 Like

I will tag a couple of iNatters in Alberta that I know personally. You might want to reach out to them. They will know other local iNatters who can help you @gpohl @wowokayyes

1 Like

After renaming a project, the former URL of the project still links to the project (a bit surprising, but it seems that iNat manages this). And if a new project is named ABC, the URL of this second project ABC will be slightly different from the initial URL of the first project ABC (if I remember well what I observed).
In short, everything is well done.

But, to be very sure, or if you just prefer shorter URLs, provide a project URL built with the project ID, instead of the original URL generated from the initial name of the project. For instance, these 2 URLs link to the same project:
https://www.inaturalist.org/projects/placeholder-backup
https://www.inaturalist.org/projects/213566


In the case of a traditional project, the link to Observations in the project page will show you the project ID:
https://www.inaturalist.org/observations?project_id=213566&place_id=any&verifiable=any&captive=any

In the case of an umbrella project, press F12 to open the devtools, then press F5 to reload the page and see the ID in the tab Network:
https://www.inaturalist.org/projects/all-phylogenetic-projects-a-i
https://www.inaturalist.org/projects/156653

1 Like

Perfect and thank you!

It’s possible to automate adding yourself as a member of many projects (ask @rogue_biologist for the script), but a manager of the projects will have to manually make you a curator of the projects (as far as I know).

If you are a curator, a manager can make you a member (not anymore a curator).

Traditional project:
https://api.inaturalist.org/v1/projects/213566

Collection project:
https://api.inaturalist.org/v1/projects/154158

Umbrella project:
https://api.inaturalist.org/v1/projects/156653

(Screenshots of an online JSON Formatter).

Copied from some of my projects:

Curators can remove observations from the project and their identifications are shown alongside the observations on project- specific views. Curators can also see the true coordinates of private and obscured contributions to this project.

Managers can do everything curators can do as well as editing project settings and write project journal posts.

The admin is the person who created the project. They can do everything managers and curators can do, as well as delete the project.

No, the previous specification of the project is lost.

Deleted projects cannot be recovered.

3 Likes

Thank you once again Jean. Once I get the responses, I will post a summary at the end. The techie bits are a bit daunting as I am a front end kinda guy, lol.

It is not possible to automate elevating someone to curator from what I gather, or at least I hit a dead end.

If someone in your cohort is comfortable with Python I’d be happy to share the code, if not I can probably walk you through how to use it if you end up needing it via Teams or Zoom. It’s a little hacky, but it works.

2 Likes

Thank you all for your incredible enthusiasm and support. We are backing away from touching projects for 2025. We will instead reference existing and create new boundaries.

It was an interesting rabbit hole but when the build estimate started to climb into the hundreds of volunteer hours, cooler heads prevailed!

Unfortunately, we don’t have the skills to do technical-magic that would bring this number down. Nevertheless, we will back in a year or two. Step one, start to promote via our website the incredible work of iNaturalist through basic functionality. Add more integration in due course.

@rogue_biologist , @jeanphilippeb , @AdamWargon - you guys ROCK!

This is a summary of answers from the above. Hopefully it will save future users some time.

If I have misunderstood any answers, feel free to correct.

CREATE -Questions

  1. Can we, en masse, be added as a curator for the areas for which we have interest?
    1. Can be done programmatically but requires technical super-powers.
    1. See @rogue_biologist for script context.
  1. Can you create a project and not be a curator?
    1. Not answered and question-withdrawn
  1. How do you know if a project is a Collection or Traditional?
    1. For SAPAA’s purposes, all projects were created > 2021, so this discussion is mute.
    1. See @jeanphilippeb Developer’s trick to find out otherwise
  1. Were all Traditional projects migrated to a Collection, do I need to be concerned whether a project is Traditional or not?
    1. Not answered and question-withdrawn as not applicable to SAPAA
  1. Should my organization create an Umbrella project of our own and pre-existing projects notwithstanding the following questions?
    1. SAPAA will try creating an umbrella project for both new ones we will be creating and pre-existing projects.
  1. Can projects be copied as the starting point for our own purposes?
    1. Not answered and question-withdrawn as not applicable to SAPAA
  1. Given that we are taking a holistic approach, should we re-create the existing Natural Areas and add the missing sites?
    1. We considered this but don’t have the capacity to do it in a thoughtful manner.
    1. As well, we plan to link to pre-existing project
    1. Additionally, we may contact the curators, and build a community in the fall and into 2026

READ - Questions

  1. Is the project link enduring? If the ABC project becomes the DEF project, will the link change?
    1. Yes, the link is enduring. It is archived and a new one is created, both reference the same project.
    1. See @jeanphilippeb notes

UPDATE - Question

  1. Who can post to the project journal, only the curator?
    1. Only Admins and Managers can write in the Journal
    1. See @jeanphilippeb post above
  1. If the curator changes some feature of the project, e.g. expand/contract the boundary or focus, can different versions of the project be maintained?
    1. There is no branching (and merging) functionality.
    1. See @jeanphilippeb post above
  1. While observations come into a project automatically, can a non-curator reference other information such as dumping, human disturbances, resource extraction applications, etc.? [this question is relevant to the boundary option as well].
    1. Not answered, experiment and report back to the forum
  1. Can curator ownership be transferred to another member?
    1. Easier to add and then delete curators from a project.
  1. Should our organization join each of the projects managed by someone else?
    1. A definite, maybe…
    1. More research required to evaluate the benefits/costs

DELETE - Questions

  1. A curator can delete a project, is there a notification process for both project-members or a flag for ‘project of interest’ to our organization?
    1. Not answered but not likely
  1. Can deleted projects be recovered and transferred to a new curator?