How to submit a new entry #26
Replies: 1 comment 3 replies
-
Here's the main disadvantages I think we saw with the current implementation:
Here's a possibilty we discussed:Making use of a third party system to submit a new entry, like a sort of Google Forms, avoiding having to code a proprietary interface for it. The idea would be to add a bridge between the submission and the pull request, where someone would still need to manually add the new marker to the frontend. Advantages:
Disadvantages:
In conclusion:The ultimate goal would be to eliminate the need to manually edit the code, having the submissions interface integrate with the project and update the database (while still requiring someone to approve the requests). Tell me what you think! Is it dumb? Is it unnecessary? It might be xD. |
Beta Was this translation helpful? Give feedback.
-
At the moment, everyone is free to open a pull request and submit a new entry by adding it to
data/places.json
and the photo topublic/photos/{github username}/{city}.jpg
.This approach as the following advantages:
However, this as the following disadvantages:
1. What other advantages and disadvantages do you see?
2. What are your ideas for other systems (in terms of design flow and implementation details)?
Beta Was this translation helpful? Give feedback.
All reactions