[Term Entry] UI and UX Design UIUX (Ideation) Journey Maps (Issue #3950)
Description
I'm working on journey mapping in ux & will be describing what the term means.
Type of Change
- Adding a new entry
Checklist
- [x ] All writings are my own.
- [x] My entry follows the Codecademy Docs style guide.
- [x ] My changes generate no new warnings.
- [x ] I have performed a self-review of my own writing and code.
- [x ] I have checked my entry and corrected any misspellings.
- [ x] I have made corresponding changes to the documentation if needed.
- [x ] I have confirmed my changes are not being pushed from my forked
mainbranch. - [x ] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
- [x ] Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes #
in the "Description" above).
Good for now need some feedback. Id say i'm done.
@DevGat718 can you remove the other files that are pushed in this branch which is not needed here?
by files you mean the other commits? @dakshdeepHERE
I deleted the old branches
Yes exactly @DevGat718
This file
content/ai/concepts/foundation-models/terms/diffusion-models/diffusion-models.mdand this image still exist in this PR @DevGat718
media/ai-diffusion-model-example.png
so delete those files in git then commit it?
@DevGat718 yes correct. This issue is for UI UX right? Then remove those AI entries from this PR.
@DevGat718 yes correct. This issue is for UI UX right? Then remove those AI entries from this PR.
yes this a ui/ux issue, but to be honest idk how those ai entries even got in here.
@DevGat718 just delete those file in this branch and push the changes.
done
ready for review, sorry I took so long been busy. @dakshdeepHERE
lets get this published!
@DevGat718 first work on the comments. I told you correct the path link for the image and the name of the image. This is what a link should look like https://raw.githubusercontent.com/Codecademy/docs/main/media/border-dotted-red-example.png. You are using the path.
@DevGat718 first work on the comments. I told you correct the path link for the image and the name of the image. This is what a link should look like
https://raw.githubusercontent.com/Codecademy/docs/main/media/border-dotted-red-example.png. You are using the path.
which image link is that? & didn't see any comment talking about correct a path link. Only think about an image you told me was to delete the AI one & to put a - over the # @dakshdeepHERE
@DevGat718 leave the link I will do it from my end. You just rename the image file like journey-map.jpg.
done @dakshdeepHERE
we good? @dakshdeepHERE
is it live yet?
can I get a update on this project, I would like too move on to the next. @ishg-153 @dakshdeepHERE
getting this error & can't figure out how to fix it
but other than that I made all changes just need to push them through. @ishg-153
but other than that I made all changes just need to push them through. @ishg-153
I would suggest you do the following:
- run the command
git reset HEAD --hardthis will make sure that your local repo aligns with the last commit you made (remember this will remove all changes that haven't been added to the staging area) - now
git fetchto ensure that your local repo is up to date with your remote fork. - finally, make the suggested changes - add the file, commit, and push
@DevGat718 If you wish to avoid this you can also directly commit the suggestions.
same issue
been trying to trouble shoot, should I just clone it to make a copy?
I created a new pull request w/ the final changes on a new branch (ux-journeymap-v2)
Closing this PR as a new PR has been created for the same.