bilgeswe / SWE573

1 stars 0 forks source link

First Website template according to the requierements. #8

Open bilgeswe opened 3 weeks ago

bilgeswe commented 3 weeks ago

to use django with python in order progress with website building

bilgeswe commented 3 days ago

Right now, not all but some requirements are met:

Here's what are acomplished thus far, first website template:

  1. There is homepage. The homepage displays posts that are created.
  2. There are user profiles with email, first name, last name and username are displayed.
  3. Only users are able to create their own posts.
  4. Posts are a-open to everyone.
  5. Posts have headers and content.
  6. To select a password is difficult, it has some requirements to make it a safe choice.
  7. The posts have chronology.
  8. There is a logout option, once logged in.

What's next for the second website template:

  1. Enhance home page and create categories page.
  2. Implement a search button.
  3. Posts must contain images.
  4. Users should be able to comment on posts.
  5. Posts should include attributes for better search.
  6. Posts should include tags for better search.
  7. The error message should be posted once the selected password does not follow requirements.
  8. Inside profiles; is optional to have a users profile photo, they can have a short bio of 200 words. They can add profession and their interests.
  9. The posts can be marked as solved or unsolved.
  10. Users should have the permission to delete their accounts. But not their old posts.
  11. Users can choose to post anonymously.
  12. Users who contribute more than 10 comments are marked as top contributor.
  13. Feed page is required.
  14. After the submission of a post, the current page should redirect to the home page.