-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Creation #4
Comments
@AshleyCheyemi, thanks for all of these. Some of them I knew about but kept forgetting. It's really helpful to have a list here.
In the next code push,
Wording could be better. If a project is
Link. and only Youtube is currently supported. This needs a lot of work.
It will only show if you are logged in.
The projects page could be organized better. Other than that, and the home page, what would you expect/like to see?
"Buford Maps" automatically loaded to Public Projects, even though it is supposed to be my private project I'm aware of this bug. In short, the projects are not viewable to everyone. I can not see the "Buford Maps" project. It's fixed in the next code push. Long answer is the backend only returns featured projects. If you are not logged in, the server will only return featured projects. However, if you are logged in, your projects are also loaded into the local store, so they show up when all projects are listed. Fixing it is a matter of adding a filter on that section and will be in the next code push. |
Remaining work is to add help text defining "Publish"...or change to "Share". We should look at what language Google Docs, Dropbox, etc use. |
@ewilloughby the relevant code is here: https://github.com/ecds/ATLMaps-Client/blob/develop/app/templates/project/settings.hbs#L10 For the tooltip, let's look at using something like ember-tooltips. |
…tip added for Publish checkbox in project settings per issue #4
-- Edit description box will not collapse with either Save or Close; rather, must click outside description box to return to maps
-- What does the Publish selection box in the description of project box mean?
-- Video and Photo...upload? Or insert link?
-- Remove button on map layers not always available (see Buford Maps project)
-- Other than clicking on Projects on top bar, how to access project once saved? How to see multiple saved projects and then select one to view?
-- Can we create a link to share projects (vs. making them public)?
-- “Buford Maps” automatically loaded to Public Projects, even though it is supposed to be my private project
The text was updated successfully, but these errors were encountered: