crow50 / ernest-portfolio

Resume, portfolio and other achievements or activities
http://crow50.github.io/ernest-portfolio/
GNU General Public License v3.0
1 stars 0 forks source link

Add News Feed Feature for Employers #25

Open crow50 opened 1 week ago

crow50 commented 1 week ago

Description: I want to add a news feed feature to my resume website that displays news related to both my current and previous employers. The feed will be divided into two parts: one for relevant news (highlighting my work or contributions) and another for generic company news. Initially, this will be implemented without any database support.

Requirements:

Acceptance Criteria:

Tasks:

  1. [ ] Build a news feed page for each employer.
    1. [ ] Add the two sections: Relevant News and Generic News.
    2. [ ] Implement pagination for the generic news using Flask’s pagination tools.
    3. [ ] Ensure the page design is responsive and intuitive.